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 cron.php which runs certain tasks every
X hours or so. I haven't looked at it in detail though.

If you have access to a server where you can run cron jobs though, I'd
recommend doing things that way above anything else, as PHP isn't really
the best way to implement a "do something every X <timespan>" solution.

Paul

-- 
Rogue Tory
http://www.roguetory.org.uk

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

Reply via email to