cron can not get data
-
If I open this link in IE, I can get data from DB and update DB successfully.
http://mymydomain.com/?mypara=1
If I use shell and execute the following command I get nothing.
wget -q -O /dev/null “http://mymydomain.com/?mypara=1” > /dev/null 2>&1
Any one know the reason?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘cron can not get data’ is closed to new replies.