skip to Main Content

How to set up a PHP CRON job in cPanel?

I have added cronjob in cpanel to send a sms using textloal in php. It works perfectly outside the cronjob. After running it in a cronjob it is not sending any sms. This is my code <?php include('dbc.php'); error_reporting(E_ALL); ini_set('display_errors',…

VIEW QUESTION

cPanel Cron Job to run git reset

I'm using the Cron Job section of the cPanel and I am attempting to run a git reset every half hour. I typed something like this into the command field /usr/local/bin/php /home/username/public_html/website.com/ && git reset --hard 932591389576b76215ce9dbb8fdea787115891ef 932591389576b76215ce9dbb8fdea787115891ef being the…

VIEW QUESTION
Back To Top
Search