I am trying to create a cron job in my shared hosting service. I have write the command:
0 0 * * * /usr/bin/php -q /home/bdacademichelp/public_html/medcino/testSchedule.php
But I am getting the "command not found" message in my E-mail. what is the wrong with this command?
/usr/bin/php -q /home/bdacademichelp/public_html/medcino/testSchedule.php
directly on the command line? – Chris