View Full Version : Xampp?? ??
jpnko
02-15-2005, 07:47 AM
I have downloaded XAMPP and run it for localhost. But it is not working for this function:
domxml_open_file
How can I do it?
Fou-Lu
02-15-2005, 09:57 AM
Without knowing what the error you are getting is, its tough to say whether its due to a script error, a lack of file error, or a lack of DOM XML support. I'd first check on the latter to make sure that your server supports the DOM XML. If it doesn't your problem is there. I'd next check to see if the file its trying to read exists. If both are fine, its a scripting error, whether it be an xml file or a php file. My personal guess: Lack of DOM XML support.
ReadMe.txt
02-15-2005, 12:46 PM
by default xampp comes installed with PHP5, there's a batch file that will switch to PHP4, or you can use the new dom functions for php5: http://php.net/dom
jpnko
02-15-2005, 01:37 PM
DOM and DOM XML are different. Am I right?
I installed XAMPP at default setting. So, I have to use DOM instead of DOM XML. Am I right?
I like to append data to already existed XML file. How can I do that?
I tried to take out root node, but I don't know how. If you have some sample codes, please?
Thanks for your time and effort.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.