Hi all,
As the title suggests, this question is aimed more at the knowledgeable web devs among us.
What I need to do is download an XML file to my web server automatically at set intervals - about once every 12 hours. Once it’s on my server, I understand how to then download it to the device from within the app using the network.request API and parse it etc.
What I need advice on is the first part - automatically getting the XML file (from a URL) and saving onto my server every 12 hours. How could I do this using PHP or JavaScript?
Thanks in advance
[import]uid: 74503 topic_id: 27870 reply_id: 327870[/import]