I have a form that validates data and if all is ok then inserts some in mySql
Now, I'm concerned about 'Back' action... when a user clicks last submit button, all data is succesfully validated and inserted in database, and then, if he clicks 'Back' and submit agan, my script will insert the data in database once more... 🙁
How can I prevent this?