DOMDocument Problem
Posted: Fri Aug 15, 2008 8:44 am
Hello,
Trying to use DOMDocument and the following fails to echo anything,
<?php
$dom = new DOMDocument('1.0', 'iso-8859-1');
echo $dom->saveXML();
?>
Does this mean something is missing from my installation of PHP (5.2)?
Thanks.
Trying to use DOMDocument and the following fails to echo anything,
<?php
$dom = new DOMDocument('1.0', 'iso-8859-1');
echo $dom->saveXML();
?>
Does this mean something is missing from my installation of PHP (5.2)?
Thanks.