How can I setup my Linux server to execute a particular php-script automatically every minute?
Thank you.
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.
Under linux you can use crontab by specifying full path of your script, for example:
Or if you put the script on web, you can use wget
If you need more enterprise solution, you can use job queue using zend server (but it will be costly):