From: Ian T. <ian...@gm...> - 2004-05-15 03:28:15
|
Hi everyone, I'm pretty close to being done with a reminder script. And would like peoples feedback. I had to find a way to do it using the 1.1 parser and Mozilla Calendar that doesn't use standard alarm features. Take a look. I haven't gotten to try it out since my FTP access to my server is down. If you see a correction, just e-mail me. To use the scripts: To add a reminder: 1. Enter in the URL field of your calendaring program the following realurl; e-mail address; units; length The real url is a regular url that you want to include E-mail address is the address you want to send the reminder to Units is the units of length, ex: DAY, MONTH, YEAR Length is how many of the units before do you want the reminder. 2. Set up your Cron Tab to run the script at a nice interval, like 1 day for me Also if you have any questions jest e-mail me. The three files are: remind.php - The reminder script function.str.split.php - The str_split function if you don't have php5 sent.php - The place where the sent reminders are stored sent.php should have CHMOD 777 or write access by the server. Thanks, Ian |