SInce you didn't say what the if was for??

Code: 
if ((time()-86400)>$row['expires']) {echo "<br> Still Banned"; } else {echo "<br> I am Free"; }
Lock Down Reviewed by Lock Down on . PHP: time expire help hia guys ive written this code, wat it should do is: i set a time in secs for ******** to be banned for, like 86400 - 24hrs, so my code: $current = time(); $expiry = mysql_query("SELECT * FROM wcddl_blacklist WHERE expires = '". time() ."'"); Rating: 5