Build Your Own Arcade Controls Forum
Main => Everything Else => Topic started by: RayB on February 15, 2010, 10:43:06 pm
-
My web host doesn't provide "cron job" service. I was wondering if there was such a thing as something I could install (php, cgi, ...) which does the same as cron? (No, I don't have root access... its shared hosting).
All I've found is online services, but I'm not comfortable with supplying them with the username, password, database info.
-
google for "php job scheduler" turned up this:
http://www.phpjobscheduler.co.uk/ (http://www.phpjobscheduler.co.uk/)
If you have java capability, quartz is excellent:
http://www.opensymphony.com/quartz/ (http://www.opensymphony.com/quartz/)
-
Thanks! looks like what i need!