-
Recent Posts
Recent Comments
Archives
Categories
Meta
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