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: 20% [?]
February 19th, 2008 in
Scripting