| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Oct 2006 Location: Mars.
Posts: 439
![]() ![]() ![]() | Cpanel cron job. Hello, Let's say I want to run http://www.mysite.com/lol.php every hour. Whats is the command I need to insert? Thank you
__________________ :notme: |
| |
| | #4 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | If you're going to use GET variables it would be: wget -O /dev/null http://www.mysite.com/getrss.php?count=10 For the PHP command, it is -q not -f. |
| |