domdocument how to debug it
Posted January 4th, 2008 by seco
Hi
i write code like this
$dom = new DOMDocument('1.0', 'UTF-8');
and it gives me fatal error says "Fatal error: Cannot instantiate non-existent class: domdocument"
how to fix it?
thanks in advance.


You need to enable the
You need to enable the module that supports this class in the php.ini file.