Sandeep Murphy wrote:

> hi,
> 
> I am running  PHPtriad on a win2k machine... when I run phpinfo() it
> displays " XML    ACTIVE" 


this means that the standart, expat based xml support ist active

>but I keep getting an error "Fatal error: Call to
> undefined function: xmldoc() in C:\apache\htdocs\example.php on line 24"

> 
> What needs to installed/configured ??



you need DOM XML support, i only don't know how to do this with win2k...


see http://www.php.net/manual/en/ref.xml.php

and

http://www.php.net/manual/en/ref.domxml.php

for more information about these two...

henning



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to