I have a php script that needs to run once every 5 minutes. Currently I\'m using a cron job to run it (and it works great) but my host only allows a minimum time of 15 minut
You can use The Fat Controller to run a script at 5 minute intervals. Unlike CRON it guarantees the interval from when one instance of the script ends to when another one is started.