Cron Jobs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
William
Forum Contributor
Posts: 332
Joined: Sat Oct 25, 2003 4:03 am
Location: New York City

Cron Jobs

Post by William »

Hi, Im making a RPG for a friend. And he is wanting stuff to happend every 10 mins. I have heard about Cron jobs. For unix systems. And I wanted to know how I would make my PHP script work every 10 mins. Im using cPanel. I tried: wget http://www.blah.com/cron.php -q /dev/null - Witch would open a script I made that if it was exicute it would add a number to a varible in cron2.php so I could test if I did it right. Didn't work. So I figured I would ask. Thanks.
Post Reply