Thu Apr 24, 2008 1:43 pm |
Replies: 6 |
Views: 7523 |
|
 |
Can't believe!!!!!!!!!! It's working!!!!!!!!!!
Thanks guys!
I couldn't run it with dom_xml @ PHP 4, but it worked using PHP 5 and DOM function... Don't ask me why, it just did. :rol ...
|
Thu Apr 24, 2008 12:41 pm |
Replies: 6 |
Views: 7523 |
|
 |
Why do you call it like a function? DOMDocument is a class...
$oDOM = new DOMDocument ( '1.0', 'UTF-8' );
"First, check your configuration or try initializing a DOMDocument() to det ...
|
Thu Apr 24, 2008 9:44 am |
Replies: 6 |
Views: 7523 |
|
 |
I've tried to upgrade to php5, but... Oh well, see bellow:
http://img155.imageshack.us/img155/4140/domdh9.png
When running this:
<?
DOMDocument()
?>
I get this:
Fatal error: Call ...
|
Thu Apr 24, 2008 7:50 am |
Replies: 6 |
Views: 7523 |
|
 |
Thank you so much for answering, and I'm sorry for the lack of information on previous post.
I'm running PHP Version 4.2.3 under Windows XP. I have libxml2.dll and php_domxml.dll both at extension ...
|
Wed Apr 23, 2008 1:32 pm |
Replies: 6 |
Views: 7523 |
|
 |
After reading this post:
http://forum.nusphere.com/viewtopic.php?t=320
and installing all .dlls, I'm still having this error:
Fatal error: Cannot instantiate non-existent class: domxml_new_doc in c ...
|