I'm learning Linux and PHP at the same time, so my knowledge of cron is basic. But, from what you're telling me, I can write a command to my crontab file that calls a PHP script (in which my code lives that actually sends the email).
I am still a bit unclear as to how cron is going to know the date to send the email. OR, will cron just wake up once every minute and run said PHP script...the PHP script will check the database and look for a send date field. Then, if NOW() is greater than or equal to the send date, then it sends, if not, do nothing?
Let me know if I'm on the right track, or just plain confused/confusing 🙂
atlskydiver (jloch)