How can I download using PHP a XML file redirected in some weird way?
问题 The file which I'm trying to download from my PHP script is this one: http://www.navarra.es/appsext/DescargarFichero/default.aspx?codigoAcceso=OpenData&fichero=Farmacias/Farmacias.xml But I can't do it using neither file_get_contents() nor cURL . I'm getting the error Object reference not set to an instance of an object. Any idea how to do it? Thanks a lot, Pablo. Updated to add the code: $url = "http://www.navarra.es/appsext/DescargarFichero/default.aspx?codigoAcceso=OpenData&fichero