I currently have a script (phpSysInfo) that checks my server information. They have provided a file called xml.php - when I load this file in the URL, the content of an .xml file is generated.
My question is, how can I get data from this file/URL with PHP?
I have tried using simpleXML, but it doesn't seems to can open a .php file. Therefore I am stuck.