I / O警告:无法加载外部实体

时间:2014-02-20 06:46:33

标签: php xml

我想将数据从PHP保存到XML,但是我收到了这个错误。 我尝试了以下代码。我在其他代码中使用它,但它没有 工作。我怎么能解决这个问题?

$logreport=simplexml_load_file('files/log_report.xml');
$login = $logreport->addChild('log');
$login->addAttribute('id', $_POST['username']);
$login->addChild('name', $_POST['password']);
$logreport->asXML('files/log_report.xml');

0 个答案:

没有答案