当前位置: 代码迷 >> PHP >> php domdocument 有关问题
  详细解决方案

php domdocument 有关问题

热度:433   发布时间:2012-03-17 19:06:28.0
php domdocument 问题
$xmlDoc = new DOMDocument();这个语句出现如下错误
Fatal error: Cannot instantiate non-existent class: domdocument in D:\wwwroot\test.php on line 14
请高手帮帮,是什么问题?

------解决方案--------------------
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下
------解决方案--------------------
探讨
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下

------解决方案--------------------
探讨
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下

------解决方案--------------------
http://jp.php.net/manual/en/domdocument.construct.php
------解决方案--------------------
哈哈,错误信息很明显了啊
------解决方案--------------------
换PHP5