I have a script running on a server with PHP4 that uses DOMXML. Now I have to migrate the site (incl. the script) to a new server running PHP5 and it seems that DOMXML isn't working properly anymore. Is there an easy way to fix this?
Thanks.
From stackoverflow
-
In PHP5 the DOMXML was replaced by DOM:
http://www.php.net/manual/ref.dom.php
For migration check this page:
http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html
Gert-Jan van der Wel : This looks like the thing I'm looking for. Thanks!Gert-Jan van der Wel : Yes it did the trick. Thanks!
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.