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 organizer. Is th

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. - Mar