Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-28-2011, 06:50 PM   PM User | #1
neochronomo
New Coder

 
Join Date: Jan 2010
Location: Milkyway Galaxy
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
neochronomo is an unknown quantity at this point
Free web-based task scheduler?

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.

If not, do you know a way around this?
neochronomo is offline   Reply With Quote
Old 04-28-2011, 08:01 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
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.
__________________
Fumigator is offline   Reply With Quote
Users who have thanked Fumigator for this post:
neochronomo (04-28-2011)
Old 04-28-2011, 08:04 PM   PM User | #3
mOrloff
Regular Coder

 
mOrloff's Avatar
 
Join Date: Nov 2008
Location: The Great Pacific NW, USA
Posts: 421
Thanks: 8
Thanked 6 Times in 6 Posts
mOrloff is an unknown quantity at this point
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.

Hope that helps,
~ Mo
__________________
...because it's dundant already.
mOrloff is offline   Reply With Quote
Users who have thanked mOrloff for this post:
neochronomo (04-28-2011)
Old 04-28-2011, 08:20 PM   PM User | #4
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,513
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
http://www.webbasedcron.com/

There was another free service moons ago but i can't remember the url and couldn't find it on google either
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//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. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Old 04-28-2011, 09:15 PM   PM User | #5
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,513
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Here we are, i found you more:
http://www.setcronjob.com/

http://www.getcron.com/index_EN.html

http://www.mywebcron.com/home.php

http://cronless.com/
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//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. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Users who have thanked tangoforce for this post:
neochronomo (04-28-2011)
Old 04-28-2011, 10:00 PM   PM User | #6
neochronomo
New Coder

 
Join Date: Jan 2010
Location: Milkyway Galaxy
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
neochronomo is an unknown quantity at this point
Wow, thanks, all! I looked on Google but couldn't find any free ones... even though tangoforce managed to find a few.

neochronomo is offline   Reply With Quote
Reply

Bookmarks

Tags
php, sms, task scheduler, texting

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:15 AM.


Advertisement
Log in to turn off these ads.