Preventing double submits

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Preventing double submits

Post by GeXus »

How do you guys handle preventing people from double submitting a form? Basically the form is submitted and a header redirect sends them to the next page... but someone could refresh before it redirects and it would add another record... this is on an auto increment table...
Post Reply