|
-
Mar 9th, 2003, 05:26 PM
#1
Thread Starter
Stuck in the 80s
[Resolved] CURDATE() not working
Code:
mysql_query("DELETE FROM schedule WHERE iwhen < CURDATE()") or die(mysql_error());
This USED to work, and now it doesn't. Does anybody see anything wrong with it?
Last edited by The Hobo; Mar 10th, 2003 at 06:05 PM.
-
Mar 10th, 2003, 08:38 AM
#2
Conquistador
If it doesn't work, just use the date function from php?
It might be a mysql side error...
-
Mar 10th, 2003, 06:04 PM
#3
Thread Starter
Stuck in the 80s
Actually, I found out it was a server problem. So it's working again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|