Tag Archives: Webdesign

How to prevent multiple form submissions in PHP

A problem that many programmers encounter is trying to prevent the user from submitting a form twice and inadvertently posting two sets of the same data – or in worse scenarios, charging a credit card twice! It’s a frustrating problem … Continue reading

Posted in Programming | Tagged , | Leave a comment