我有这个错误的问题或我该如何解决它,任何帮助。
警告:simplexml_load_file() [function.simplexml-load-file]:I/O 警告:未能加载外部实体“
<?xml version="1.0" encoding="UTF-8" ?><response><psid /><date><![CDATA[2013-06-04]]></date><name /><email /><status><![CDATA[declined]]></status><message><![CDATA[This company has not yet been approved.]]></message><price>0</price></response>
”
我正在使用这条线
$xml = simplexml_load_file($json);