I have a forms.php to get contact data, name, address, etc. Last field is a status line of 72 bytes.
with submit, reset & cancel buttons.
action=update.php method=POST
update.php inserts the data into mysql table, and on success header(Location: www.what.com?status='Record inserted');
the first thing forms does is check if status defined or isset? loads $_POST('status) and if Record inserted clears all data.
try and capture logic goes and gets db error and does similar but leaves data.
Is this the way to do it??? Thanks in advance.