I was looking for a php script that will get executed every hour ( without executing it ) ( ex. for sending emails ) but i don’t know, the way it works. Do i have to use Cron Jobs or is there anything in php to make such kind of scripts?
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.
PHP does not have anything like this included. You have to use an external tool, such as cron, to run a PHP script perdiodically.
If you are not allowed to set cron jobs on your web hosting, there exist websites that will call one URL periodically, like http://www.onlinecronjobs.com/.