there is a column in a mysql database called expires that has type date and i was wondering what php code would be needed to delete all records that have dates that have expired something like delete from expires where curdate > expires; something like that. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-DB] delete records by a column with date Manuel Dominguez Jr.
- Re: [PHP-DB] delete records by a column with dat... Cody Caughlan