Forum: Advanced PHP Programming
03-23-2009, 02:26 PM
|
|
Replies: 8
Views: 1,255
You could also solve this problem in in your...
You could also solve this problem in in your database. I've always thought working with dates in MySQL is far easier that in PHP.
For example.
DELETE FROM `users`
WHERE
`signupdate` < DATE_SUB(...
|
Forum: Absolute Beginners
02-11-2008, 07:11 PM
|
|
Replies: 8
Views: 754
|