使用SimpleXML意外的T_Variable

时间:2015-05-12 08:19:22

标签: php simplexml

我犯了这个错误

Parse error: syntax error, unexpected '$xml2' (T_VARIABLE) in /users/craftamap/www/craft_cms/index.php on line 4

使用此代码。

if (file_exists("xml/sites.xml")) {
    $xml2 = simplexml_load_file("xml/sites.xml");
}

我无法弄清楚错误。该文件已存在。

感谢您的帮助。

0 个答案:

没有答案