/ Published in: PHP
Sometimes, as a developer, I don’t have access to the server at a deep level and, for example on some basic shared servers, I can’t create cron jobs. A trick to create a cron jobs without server cron program is to use an external service to call your scripts.
For example, you can make it with IFTTT a famous web site that lets you make very astonishing things mixing web services from different sites.
For example, you can make it with IFTTT a famous web site that lets you make very astonishing things mixing web services from different sites.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// follow the link to find the tutorial // http://www.barattalo.it/2013/11/12/make-a-cron-job-with-ifttt/
URL: http://www.barattalo.it/2013/11/12/make-a-cron-job-with-ifttt/