Jeff Schwartz wrote:
> I'm attempting to run the sample script on the PHP site:
>
>$dom = new DOMDocument('1.0', 'iso-8859-1');
> echo $dom->saveXML(); /* */
> ?>
>
> but get the error:
>
> Fatal error: Class 'DOMDocument' not found in /var/www/html/ajax/dom.php on
> line 2
>
I'm attempting to run the sample script on the PHP site:
saveXML(); /* */
?>
but get the error:
Fatal error: Class 'DOMDocument' not found in /var/www/html/ajax/dom.php on
line 2
I'm running ver. 5.1.6 and my config appears to be set up for xml:
'./configure' '--buil
2 matches
Mail list logo