Problem!

Using Windows 98, Apache 1.3.14, PHP 4.06, and i works fine!

Now I try to use the php_domxlm.dll .....

My PHP.ini in configured with:

[php.ini]
.
.
extension_dir=c:\WebServer\php\extensions
extension=php_domxml.dll
.
.

I get no errors on Apache/php server startup, and other .php files works
fine execpt ones with XML/DOM functions!

Look at this error:  "Fatal error: Call to undefined function: xmldocfile()
in c:\server\test.php on line 3"

Line 3:
<?

$doc = xmldocfile( "employees.xml" )
?>

Why does PHP not know "xmldocfile()" ..  And how do I make it work ?

/ Mads Østerby





-- 
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]

Reply via email to