Posted by Jochem Maas on 01/09/06 17:41
Ted Zeng wrote:
> Hi,
>
> I use OS X tiger which has a PHP v4.3.12 installed.
any reason to be using an old version of php?
>
> I would like to be able to generate xml files.
>
> But when I copied a php script from a tutorial and tried it,
> Php complaints that
> domxml_new_doc is undefined function
>
> How could that be?
because ......... the function is undefined!!!
read these pages:
http://php.net/domxml_new_doc
http://php.net/manual/en/ref.domxml.php
then figure out how to get the relevant extension buitl and
loaded. then (probably) decide that the xml functionality of php5
is much much better and install that instead.
>
> Ted zeng
>
Navigation:
[Reply to this message]
|