I want to make a table where the entries expire 24 hours after they have been inserted in PHP and MySQL.
Ideally I want to run a \"deleting process\" every time a us
You can look into using Cron Job, http://en.wikipedia.org/wiki/Cron Make it run once every 24 hours when it matches your requirement.
This will help
Delete MySQL row after time passes