Okay, here is what I want to do, I have a system where if a person votes for something, it will add their name, and what they voted for, into a MySQL table (votes), I want to automatically, after 24 hours, STARTING AT THE TIME THEY VOTED, to automatically delete their row containing their name, if it has been 24 hours since their vote.
Any help would be appriciated. And yes, if I need to, I can have a scheduled task open a webpage with the script (to check and delete).
Thanks!
Bookmarks