6
I have a Web Service in JSON, which I am consulting through a PHP page and saving the data in a Mysql database. This Web Service contains information from some sensors and, every 1 minute wanted to make this query and save this data in the database. How I would do to make that timed consultation?
Tried a schedule with the cron ?
– rray
http://answall.com/questions/55251/ |http://answall.com/questions/121735/ | http://answall.com/questions/2818/
– Bacco