Re: Included php files in a cron job?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Jay,

Yes, you can use include(); with cron.

Regards,
Rodolfo Andrade

----- Original Message ----- 
From: Jay Paulson (CE CEN)
To: php-general@xxxxxxxxxxxxx
Sent: Friday, January 06, 2006 2:29 PM
Subject:  Included php files in a cron job?


I'm in the process of writing a PHP program that is going to be called once
a week via a cron job.  I don't have a place to really test this hence the
reason why I'm asking about it here.  My question is can my php program
include other php files and still get executed correctly when the cron job
runs?

For example:
#!/path/to/php
<?php

require_once($file);

//do something....

?>

Will the code in $file work correctly when the cron job executes the php
file that has something simular to what I have above?

Thanks!

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux