I am trying to get a cron script to run on my server that I have set up through cpanel, and my current host is bluehost. Currently, I am using the following command:
When it runs, I get an email saying that their was no input file. I have also tried this line of code
Any idea on the issue here? Thank you!
Code:
/usr/bin/php /home1/username/public_html/domain/folder/file.php?time=morning&school=local
Code:
/usr/bin/php http://www.domain.com/folder/file.php?time=morning&school=local
Any idea on the issue here? Thank you!