Hi all, I am trying to get the following code to work, located at
http://taipeitripper.com/gmaps-test/xml-test.php<?php
echo "hello12";
$newdom = domxml_new_doc("1.0");
?>
and I get Fatal error: Call to undefined function domxml_new_doc() in /home/taipe6/public_html/gmaps-test/xml-test.php on line 4
you can see for yourself by clicking the above link
All the info about my configuration is here:
http://taipeitripper.com/gmaps-test/test.phpWhat do I need to tweak to get this to work?
I think that the test.php file says that I have the xml/dom support that i need...but I am kinda new to this...
Thanks for the help,
Evan