UrbanTwitch
09-11-2008, 11:36 PM
I am not good with PHP Dates. Can someone put this in english:
$check = mysql_fetch_array($checkflood);
$time = date("YmdHis");
$ftime = date("YmdHis", time() + 10);
This is a anti-spam flood thingy. Does the +10 mean you have to wait 10 seconds before you can post again? (on a comment board)
$check = mysql_fetch_array($checkflood);
$time = date("YmdHis");
$ftime = date("YmdHis", time() + 10);
This is a anti-spam flood thingy. Does the +10 mean you have to wait 10 seconds before you can post again? (on a comment board)