Set up a cron job with IFTTT, without cron


/ Published in: PHP
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. // follow the link to find the tutorial
  2. // 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/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.