hmm, this how i use php for cron jobs:

#!/usr/local/bin/php // location of php binary
<?php
// Do your php stuff here
?>

then just ask cron to run this script at your wish of time interval

>I have a good understanding of PHP. I like to read more 
>documentation advanced PHP topics and also some more 
>information on how to run PHP from Unix, as a cron job, >how can PHP scripts be 
>called from Shell Scripts etc... 
>
>Any book or doc suggestions. 
>
>Thanks, 
>erisen. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to