So I've tried to follow this:
https://x10hosting.com/wiki/Cron_job#Samples
I need to run a cron job for my PHP file every ten minutes on my free hosting account. Here are my two current cron jobs that don't work:
*/10 * * * * /usr/local/bin/php $HOME/rate.php?id=r
*/10 * * * * /usr/local/bin/php $HOME/rate.php?id=t
https://x10hosting.com/wiki/Cron_job#Samples
I need to run a cron job for my PHP file every ten minutes on my free hosting account. Here are my two current cron jobs that don't work:
*/10 * * * * /usr/local/bin/php $HOME/rate.php?id=r
*/10 * * * * /usr/local/bin/php $HOME/rate.php?id=t