vlad georgescu schrieb:
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 ?


For Linux you could start a cron job, with windows I'd use the taskmanager
to start a batch file which contains something like

cd\programs\php
php c:\webpages\php\timer.php

janbro

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to