This USED to work, and now it doesn't. Does anybody see anything wrong with it?Code:mysql_query("DELETE FROM schedule WHERE iwhen < CURDATE()") or die(mysql_error());
Printable View
This USED to work, and now it doesn't. Does anybody see anything wrong with it?Code:mysql_query("DELETE FROM schedule WHERE iwhen < CURDATE()") or die(mysql_error());
If it doesn't work, just use the date function from php?
It might be a mysql side error...
Actually, I found out it was a server problem. So it's working again. :)