|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Apr 2005
1 posts
Gave thanks: 0
Thanked 0 times
|
Running Cron Job
I'm trying to run a cron job for an rss aggregate application, and I don't think the following code is working:
0,30 * * * * /bin/wget -O /dev/null http://apps.bradjward.com/basketball/crontab.php &> /dev/null Am I doing something wrong? Brad |
|
|
|
|
|
#2 (permalink) |
|
He shoots.. He scores!
Super #1
Joined in Feb 2007
Lives in A room with no windows.
Hosted on SH110
1,448 posts
Gave thanks: 46
Thanked 140 times
|
Dont run a wget..
Just call php directly, like this in your crontab php /home/user/public_html/subdomain/blah/script.php
__________________
SH110
|
|
|
|