I am trying to execute a php script in my linux server. the script will run everyday at 8 am. I have uploaded my crontab
in linux server and the php file update1.php
Script in my crontab is given below. But this isnt updating my databse. where am i doing wrong ? Am i missing something here. Thanks in advance.
crontab
0 8 * * * http://www.mywebsite.com/update1.php