Re: [PHP] send email at certain hour

2005-06-25 Thread Rory Browne
That would depend a lot: Using your PHP/Webserver alone wouldn't be the best way of doing things - unless you have no other choice. If you do have a choice, I would use cron on Unix, and task schecduler, on windos, as mentioned above. You could use these schecdulers to call a PHP CLI script. If c

Re: [PHP] send email at certain hour

2005-06-25 Thread Paul Waring
On Sat, Jun 25, 2005 at 06:29:16PM +0300, vlad georgescu wrote: > i want to make a "reminder" application which sends emails at certain hour > in php. is this posibile ? if not, what else can I use ? It's sort of possible - I know vBulletin uses a hidden image or something to call a file called c

[PHP] send email at certain hour

2005-06-25 Thread vlad georgescu
i want to make a "reminder" application which sends emails at certain hour in php. is this posibile ? if not, what else can I use ?