Run a PHP file in a cron job using CPanel
I used this command to activate cron job for this. /usr/bin/php -q /home/username/public_html/yourfilename.php on godaddy server, and its working fine.
I used this command to activate cron job for this. /usr/bin/php -q /home/username/public_html/yourfilename.php on godaddy server, and its working fine.
The technique in this post worked for me 1) Click the “Export” tab for the database 2) Click the “Custom” radio button 3) Go the section titled “Format-specific options” and change the dropdown for “Database system or older MySQL server to maximize output compatibility with:” from NONE to MYSQL40. 4) Scroll to the bottom and … Read more