Hi everyone,
I am having 2 php file to run with cron job, the first to run every hour and the second to run every 12pm midnight. I am using cPanel and this is the cron job.
i put this in the command to run tex field of the advance mode
***** /usr/local/bin/php -f /home/*****/public_html/ad/view.php
and this was the message i got on my mail.
Warning: require_once(../usr/local/bin/php/db/francis.php): failed to open stream: No such file or directory in /home/*****/public_html/ad/view.php on line 1
Fatal error: require_once(): Failed opening required '../usr/local/bin/php/db/francis.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/ad/view.php on line 1
can anyone help i am new to cron job.