I Could use some help, i want to auto run a script that deletes a record from my db after 48 working hours (excluding weekends) - some kind of timer if you will.
Tried using phpmyadmin triggers but there're not doing precisely what i want.
Additionally: On my db i've got a listed_date column - which stores the date and time the record was added and i also have a expiry_date column which stores a future date (when the record should expire/be deleted)
Any thoughts??