javier Posted May 25, 2006 Share Posted May 25, 2006 Hello, I'm using the simplexml_load_string function to get info off an XML file. It works perfectly on my computer, but when I upload it to my webserver (iespana.es) it displays this error;Fatal error: Call to undefined function: simplexml_load_string() in /-pathtofolder-/movie.php on line 23Any ideas of what causes it and how to solve it? Link to comment https://forums.phpfreaks.com/topic/10412-simplexml_load_string/ Share on other sites More sharing options...
javier Posted May 25, 2006 Author Share Posted May 25, 2006 Well.. it seems that the simplexml is not a default extension.. so I'd have to load it dynamically...Anyone has more information about this extension? (How to load it, with the dl() function I suppose) Link to comment https://forums.phpfreaks.com/topic/10412-simplexml_load_string/#findComment-38800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.