I have a script written in CGI that is run by a cron job on my webserver. The script checks a file, which has e-mail,day,month,year. From that it will determine if The date matches the current day of the month, if so it sends an e-mail to that e-mail address. It will use just the day, for once a month, or the full date for only that date. I hope I explained that well enough.
Ok, now here is what I'd like to do. I'd like a PHP page or pages that will do 2 things. One, I'd like a page to read the file, and display it in an organized method.
I'd also like a page (same or different) that I can enter more info in, and have it write the the file saved on the server. I'm using this as my own generic reminder, but the form allows me to quickly add the text to the file, rather than update it manually then FTP it. I'm new to PHP, I have written in C++ before, but it has been a looooooooong time. Any suggestions? I've been searching for a page that would give me some ideas on different ideas, then i'd experiment but haven't found any. Thanks!
Tim