Hey guys,
I've written a PHP script to update some info in my SQL DB. The script runs perfectly in the browser so I set a cron job to run it automatically.
In the timing section of the cron setup I entered */10 in the minutes, which as I understand it should run the script every 10 minutes.
In the script part I entered "GET http://www.mysite/script.php > /dev/null" without the speech marks and with the correct path, obviously.
After all that the script never runs, I don't even get an email back to give a reason for it to fail.
Does anyone have any ideas what I am doing wrong?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks