On 7/8/07, Kelvin Park <[EMAIL PROTECTED]> wrote:
I'm getting the following fatal error message:

*Fatal error*: Cannot instantiate non-existent class: domdocument in *
/home/hosting/infotechnow_com/htdocs/admin/inventory/catalog.php* on line *3
*
when running this code:

// Initialize new object for DOMDocument
$doc = new DOMDocument();

What's the problem?
**

Which PHP version are you using?

from the manual[1]:
"The DOM extension allows you to operate on XML documents through the
DOM API with PHP 5.

For PHP 4, use DOM XML. "

Tijnema

[1] http://www.php.net/manual/en/ref.dom.php

--
Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to