You are here
EnsconcE - Wed, 2013/02/13 - 22:45
I've been trying to get crontab to run a php script, but with no succes. I have tried to find php, but i cannot find the binaries. I've searched the filesystem and i tried these:
root@lamp ~# whereis php
php:
root@lamp ~# which php
root@lamp ~#
root@lamp ~# whereis php5
php5: /etc/php5 /usr/lib/php5 /usr/share/php5
root@lamp ~# which php5
root@lamp ~#
All are not revealing the binarys. Where is that php binarie stored?
Forum:
To run php from the command line you need php-cli
Install like this:
Thanks, Now i have the
Thanks,
Now i have the cronjob like this:
php /var/www/pathto/file.php
You may need to use the full path for php
Like this:
You can also run php scripts with curl and wget. See this.
Right you are.
Thanks for that. I just fixed it...
Add new comment