Web Hosting Talk







View Full Version : simplexml_load_file() <-- Help !


Badie
07-29-2006, 08:56 AM
Hi

i make a page that used the function simplexml_load_file() , on my localhost(PHP Version 5.1.2) its work fine , but on the webhost its dont work , thats because my web host used (PHP Version 4.4.2) so its dont support simplexml_load_file().

So, i want to used this function on my webhost , how to do that ?
should i do something or add library ? or can i update the php on my host ? or should i contact the host company ? or there is any method i can use on PHP4 to read xml file ?

Regards

ruski
07-29-2006, 10:38 PM
Read that up, it uses completely different commands:

http://www.sitepoint.com/article/php-xml-parsing-rss-1-0/2

Badie
07-29-2006, 11:24 PM
i found it , there are files is http://www.ister.org (http://www.ister.org/) , and i just implemented it on www.zixmobile.com (http://www.zixmobile.com) and its work :) thanks much