Cron Jobs
Moderator: General Moderators
Cron Jobs
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.