Hello all,
I have looked all over and can not find a solution; I am sure it is an easy one. I am simply looking to delete a record by date. I am using Mysql with PHP Runner 5.3. I have one table with an "end_date" field. The table is not part of a parent/child relationship, just a simple table in a database. I want the record to be deleted when the day after the "end_date" arrives. So for example, if a date of 03/23/11 is entered as the "end_date", I want the record to be deleted on 03/24/11. I think I read in the manual that the delete function is not supported on the SQL query side of it; but I coult be wrong.
Thanks for your help!