Posts: 219
Location: UK, East Anglia
|
I am using the cron jobs to execute a PHP file every 15 minutes but i'm not sure what the path to the PHP executables is. I'm using /usr/local/bin/php at the moment but i get the error "/bin/sh: /usr/local/bin/php: No such file or directory".
I thought maybe i could use phpinfo(); to find it but i'm not sure where to look for the path...
Can anyone help?
|