Dear all,
Im writing a code of DOMdocument::load() to read XML file using XAMPP development tool. My XAMPP is a PHP 5 but the web server which i upload the file is using PHP4. This code seem cannot work as i viewed the phpinfo() in the web server, it didnt have a DOMXML enabled.
Is there any other way to run this function or is there any function to read XML file beside upgrade the web server to PHP5?
Please help...