I have a standard form that is 'posted' with a submit button.
The program has a validation portion at the head and on re-entry
(post-submit) the data is validated and if there are problems it
falls back through display page code, otherwise it writes the data
to the database and then moves off to a different location
(header("Location: prog.php");).... BUT ... if you keep hitting the
submit button you end up with duplicate records! before you move
on!? Does anyone know hoew to inhibit this multiple submission?
Regards.
Patrick