How to run a PHP script continuously on webhost?
codeigniter, php
Solution
The first option would be a better go:
Should I run a cron job?
Avoid using infinite loops.
Problem
I have a PHP script that retrieves list of urls from a site and stores them in a MYSQL table. I want to run the script again and again [with some time delay] and update the table. I am using codeigniter framework. How can I do it? - Should I run a cron job? - Or should I make a start/stop page with infinte loop? P.S my webhost is GoDaddy