Trying to use the PHP XML functions without success...
For example:
<?PHP
$doc = domxml_new_xmldoc("1.0");
?>
Returns:
Fatal error: Call to undefined function: domxml_new_xmldoc() in ..
I am using the latest version of the PHP engine running on IIS.
Getting the same problem with:
xmldoc()
Any Ideas ?
Thanks !!!