Hello,
Can anyone help?
Is it possible to automatically delete a row in a sql table after xxx amount of days?
Any clues would be great!
Many thanks in advance. 🙂
that would be a cron job -
create the php file to delete the row as normal, then run it on the day required by using a cron job.