Does there exist a free web-based Task Scheduler? I want my site to send texts on future dates, but it's hosted on the web so I can't use something like Windows Task Scheduler.
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,687
Thanks: 42
Thanked 637 Times in 625 Posts
You're on shared hosting I assume? Your hosting company should make available to you a linux program called Cron which gives you the ability to schedule scripts.
If your hosting company doesn't give you access to Cron, find one that does.
Your hosting service should have CRON installed (at least, most seem to).
If that's the case, then just set up a script that does what you need, and set schedule for the script to be hit at the schedule you desire.
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.