[Resolved] Dealing With XML - Web Dev Advice Needed Please

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]

Scratch that sorry. I’ve worked out a method using PHP and it’s working well. [import]uid: 74503 topic_id: 27870 reply_id: 112826[/import]