Wait 30 seconds in order to allow a new action on PHP and MySQL ???
Posted
by DomingoSL
on Stack Overflow
See other posts from Stack Overflow
or by DomingoSL
Published on 2010-05-27T19:12:07Z
Indexed on
2010/05/27
19:21 UTC
Read the original article
Hit count: 153
Hello, in my web page a user fill a form who send information to a MySql database. One of the data inputs sent is a date/time, in the format date('l jS \of F Y h:i:s A');
(I can change the format as needed)
So when the user submits the form i wanna check if the actual time/date is 30 seconds more than the sent time/date in order to allow or not the submission of the form. Thanks!
© Stack Overflow or respective owner