I have a problem with some of my pages. I have a user enter information in a form, then when the button is clicked it brings the same page back using the $PHP_SELF. Does the SQL insert and gives the user a message reflecting the insert made.
However, if you click Refresh on the browser, it reinserts this information. This is a critical problem.
Is there any way to clear out those vars? I tried setting them to NULL or 0, but to no avail. Or will I have to redirect my user to another page, so the submit doesn't happen again?
Thanks.