Hi There!
I have a form for a bus company reservation system that takes personal info & submits it to a PHP script . If all the necessary criteria is met the script runs and the information is added to the system. Problem is that if the refresh button is pressed the script will run again, thus resulting in a duplicate reservation. How can I prevent this from happening?
An idle mind is the Devil's workshop!
I have a form for a bus company reservation system that takes personal info & submits it to a PHP script . If all the necessary criteria is met the script runs and the information is added to the system. Problem is that if the refresh button is pressed the script will run again, thus resulting in a duplicate reservation. How can I prevent this from happening?
An idle mind is the Devil's workshop!