I am newbie. I have Windows XP and use the CodeIgniter framework. I wanted to know how to set up a cron job.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t really make a ‘real’ cronjob system with PHP since PHP is not a long running process, but you can make a PHP script that executes certain tasks if the script is visited.
I’m not sure if you can use this, but I think Windows itself has some sort of cronjob system (I’m a linux user). I found it at the Drupal website: http://drupal.org/node/31506