0
I am making a webservice in PHP, this webservice will need to run every day at a certain time, how can I schedule to run this routine automatically?
0
I am making a webservice in PHP, this webservice will need to run every day at a certain time, how can I schedule to run this routine automatically?
Browser other questions tagged php scheduling
You are not signed in. Login or sign up in order to post.
How to schedule a recurring task on linux?
– rray
You can use the crontab linux to run a php script
– Felipe Paetzold