PHP Script via Cron
Posted by: Crys
Posted on: 2003-03-21 11:38:00
I have a php script designed to be run via command line / cron. It runs just fine via the command line. But if I run it via cron I get '/bin/sh: php: command not found
' mailed to me... Do I simply need to find and include the path to PHP in the crontab, or is it more complicated than that?