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