PDA

View Full Version : simplexml_load_file not working


bananalive
03-08-2009, 10:33 AM
The function simplexml_load_file (http://www.php.net/simplexml_load_file)() is not working for me. Any ideas why? Is maybe because its going to an external site?

PHP Version 5.2.9

SimpleXML

Simplexml support enabled
Revision $Revision: 1.151.2.22.2.46 $
Schema support enabled

(The php is correct because the page works on someone else's website.)

Dismounted
03-08-2009, 02:22 PM
Does the server configuration allow for external includes?

bananalive
03-08-2009, 02:36 PM
Probably not, this is from phpinfo:

allow_url_fopen Off
allow_url_include Off

Dismounted
03-09-2009, 05:07 AM
Well there you go. :) If you can, you will need to edit php.ini, if not, you could try asking your host, but I doubt they will change it for you.