When I write pages they usually go something like, form.php and then do_form.php
Where a visitor can enter in information and the do_form.php will process the information, validate and update the database, but if someone were to reload the browser on the do_form.php the information could be double posted.
Is there a good way to prevent double posting?
Either with better site design or an actual database feature I just don’t know about.
Where a visitor can enter in information and the do_form.php will process the information, validate and update the database, but if someone were to reload the browser on the do_form.php the information could be double posted.
Is there a good way to prevent double posting?
Either with better site design or an actual database feature I just don’t know about.
