[snip]
Does anyone know if there is any other way to have a php script run
automatically (everyday, or week, or month, etc...) besides a cron job
or scheduled task?  Thanks.
[/snip]

I suppose that you could run a script with a sleep statement for x time,
the re-direct to itself restarting the sleep statement. Hmmm?

Jay

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

Reply via email to