Is it possible to get around remote files being unavailable using Curl?
My webhost have turned off allow_url_fopen so I can't use a DOMDocument->load() directly, but is it possible to get the data using curl and then using the core DOM functions to grab the result as an XML object?
My webhost have turned off allow_url_fopen so I can't use a DOMDocument->load() directly, but is it possible to get the data using curl and then using the core DOM functions to grab the result as an XML object?