I need to retrieve an XML file from another domain I own from PHP.
I'm using simple_XML to do it but, apparently, cross-domain is disabled:
Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration
I have no access to server's config (shared hosting).
Any clue on how to perform this?