I have a Web Service in JSON, which I'm querying through a PHP page and saving the data to a MySQL database. This Web Service contains information from some sensors and every 1 minute I wanted to do this query and save that data in the database. How would I do to make this timed query?