I am in need of something like this I need a script to run independently each day at a certain time without fail, the script will be for PDO mysql and some other things,
Can anyone point me in the right direction??
Thanks
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.
If PHP is configured to run from the commandline you can simply setup either a cronjob (
crontab -e) (Linux) or a scheduled task (Windows) where you run the php file(s) you want to run.