Hi all,
There are problably many forums handling the subject of my problem, but ... still, I haven't been able to find the proper solution.
So, here goes:
When a user fills information in the form I've designed in form1.php and clicks the submit button, all information will be processed in form2.php and added in a MySQL database. I'm very happy with this.
What I'm not so pleased about is the fact that when a user, in form2.php, after the information from form1.php has been processed, presses the Reload button on his browser (still with me??), the information is processed again and either a error is shown ("allready exists" which I implemented) or the information is added to the database again!! I don't want that.
I've studied several 'solutions' to the problem, but haven't found suitable.
Can anyone help me with a solution to either avoid the problem, or recognize that a user has reloaded and return a more suitable error??????
Thanks very much in advance for all help!
Lara