Web Hosting Talk







View Full Version : PHP croned


babak
08-23-2002, 06:22 PM
I know howto cronjob a perl script, but it does not work whit PHP!!

even when I typ ./file.php I get a error that he dont find the file!!


Do I mis anything? and yes the path to the scrip is right.


TNX.
Regards,
Babak

erik
08-23-2002, 06:41 PM
Maybe this will help you:
http://www.php.net/manual/en/features.commandline.php

Earlier you had to install a cgi version of PHP instead of compiling
it as an Apache module. I don't know if that's still the case.

webx
08-23-2002, 07:04 PM
If you are unable to install cgi version of php, you can also fetch the php web page through cron (which will execute the script). Something like

lynx http://www.example.com/yourscript.php

:)