I have a PHP script that retrieves a list of URLs from a site and stores them in a MYSQL table. I want to run the script again [with some delay] and update the table. I am using frameworkignign framework.
How can i do this?
- Should I run a cron job?
- Or do I need to create a start / stop page with an infinte loop?
PS my hosting is GoDaddy
source
share