Hi,
I have a help desk app that runs in a browser. It can generate XML code which is a report, for example, of current open tickets. To do this it produces a URL like this:
Note: It needs the username & password at the end so it can load ok if you're not actually logged into the app.
This URL produces the XML within the browser and you then have to save the source to an actual XML file manually.
I want to automate this so I can use the XML file to display a live dashboard monitor so our help desk staff can see, from a distance on a big screen, how tickets are doing.
So my question is, how can I save the XML output from that URL to a file using PHP?
I've Googled and searched this forum to no avail so far. Any help would be really appreciated.
Thanks,
John