It's fairly simple, but I just don't know how to do it. I can create a cron job to do the work, but I can't figure out how to setup the date right.
Here's what happens:
1) User goes through e-mail confirmation process. Their address, random string, and datestamp is stored in a database row. If they validate their e-mail address, then it's removed from this table and all is good.
2) If they don't validate it in 3 days, then it's removed from the database to clean up clutter.
However, I don't know how to make it delete itself after 3 days. Create a datestamp and see if it's been 72 hours since?