![]() |
alternative to Cron
I am using a hosting service and they donot support cron.
I need guidances on alternatives to make my php scripts work on the same way they would have worked in cron. Would appreciate help Thanks - rk |
Not quite the same way, but you could use an IMG tag that runs the cron:
Code:
<img src="cron.php" width="1" height="1" border="0"> Code:
header("Location: http://www.domain.com/images/dot.gif"); If you use this method, then anytime some hits a page containing your IMG tag, your cron job is run. |
All times are GMT -8. The time now is 07:31 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.