I\'m trying to create a PHP script which pulls xml data (text and images) from a remote server and inserts it in a local database. I need to run this script every 10 minutes or
Do you know about cron jobs? They're used to schedule periodic tasks like executing scripts from the server.
http://en.wikipedia.org/wiki/Cron