[PHP] Reminders

2001-03-15 Thread Dale Frohman
I have a web interface that will submit entries into a mysql db. These entries are things to do at certain times, an organizer. Is there a way for php to intelligently keep track of time and when the certain time of the event hits, to trigger an event - such as an email. Any help will be

Re: [PHP] Reminders

2001-03-15 Thread Mark Maggelet
Hi, I'm working on something like this too. I was hoping to be able to put something like this into an icapd server because my app might have been able to use mcal. It was too much effort though, so I'm looking at doing it with cron. Let me know if you find a more creative way of doing it. -

Re: [PHP] Reminders

2001-03-15 Thread Yasuo Ohgaki
- Original Message - From: "Dale Frohman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 16, 2001 5:33 AM Subject: [PHP] Reminders I have a web interface that will submit entries into a mysql db. These entries are things to do at certain times, an