RE: [PHP-DB] Query executing

2007-10-05 Thread Hutchins, Richard
:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 9:52 AM To: php-db@lists.php.net Subject: [PHP-DB] Query executing How would I know if this mySQL query: DELETE FROM `table` WHERE `date_to_be_deleted` LIKE '$todays_date' actually deleted any rows from the table? Ron -- PHP Databa

[PHP-DB] Query executing

2007-10-05 Thread ron.php
How would I know if this mySQL query: DELETE FROM `table` WHERE `date_to_be_deleted` LIKE '$todays_date' actually deleted any rows from the table? Ron