Posted by James Benson on 10/20/18 11:30
The best solution is not to change your host at all but to change your
local version of PHP to 4,
PHP4 DOM - http://php.net/manual/en/ref.domxml.php
PHP5 DOM - http://php.net/manual/en/ref.dom.php
The PHP5 and PHP4 extensions are not compatible with each other.
~James
Andrew Kachalo wrote:
>
> Hi all!
>
> I'm experiencing problems with using DOM component in PHP 4.4.0.
>
> It works just fine on my localhost with PHP 5.0, but on host server PHP
> 4.4.0 used, and can't be updated to 5.0 for several reasons. Is there
> any guided instruction how to make code using DOM (DOMDocument class,
> etc.) component work?
>
> Please guide me what can I do to make my code work without changing it?
>
> Thank You!
>
> ==
> Best Regards
> Andrew Kachalo
> http://www.geocities.com/andrew_kachalo/
[Back to original message]
|