raydhiraj Posted December 31, 2008 Share Posted December 31, 2008 i'm useing apache on wamp and foud error Fatal error: Call to undefined function domdocument() in C:\wamp\www\map\phpsqlajax_genxml.php on line 5 $doc = DOMDocument("1.0");-------line no 5 $node = $doc->create_element("markers"); $parnode = $doc->append_child($node); Link to comment https://forums.phpfreaks.com/topic/138997-dom-enable-on-php-52/ Share on other sites More sharing options...
premiso Posted December 31, 2008 Share Posted December 31, 2008 http://us3.php.net/manual/en/dom.setup.php Chances are on Wamp, if you left click on the icon on your task bar goto PHP -> PHP Extensions -> php_domxml Should enable it. You will probably have to restart the apache service for this to take effect. Link to comment https://forums.phpfreaks.com/topic/138997-dom-enable-on-php-52/#findComment-726932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.