I'd like to make a reminder so that I could set it to e-mail me certain messages at a certain time on a certain date.
If I have many events and one of them is @ 14:26 on Feb 27 How can I it be called?
It depends on your OS and how you run PHP.
If you have Linux and PHP running as a CGI, you can use cron, if you have NT, you can use AT.
you can use cron with php as a module also, but you will need the lynx browser installed and have the cron job use lynx to process the php page, have done this before and works pretty good
I have cron and I guess I could get php to add cron jobs through cpanel.
But are there any alternatives to cron?