Hi, > I am running PHPtriad on a win2k machine... when I run phpinfo() it > displays " XML 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 ??
XML Active says that you can use the XML Parser Functions. To activate the DOM Functions you need to uncomment the extension=php_domxml.dll line in your php.ini. Bye Jens -- PHP Windows 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]