Running a cronjob with Godaddy shared hosting

It’s not rocket science, but it took me a while to figure out how to run a cron job on a PHP script with Godaddy shared hosting. Without further ado, here it is:

/web/cgi-bin/php "$HOME/html/yourpath/yourpath/yourscript.php"

Hope it helps someone.

Popularity: 4% [?]

Comments are closed.