I have tried to use php's simplexml function but of course I can't use:
Code: Select all
include 'http://www.freedb2.org/xml/whatever';
$xml = new SimpleXMLElement($xmlstr);Code: Select all
URL file-access is disabled in the server configurationCode: Select all
simplexml_load_file('http://www.freedb2.org/xml/whatever');Is there a better way of doing this?