我正在研究我的Twitter应用程序项目中的XML问题。我想让用户使用并允许我的应用程序推文和日期。然后我试图将这些数据写入随机xml文件。写入xml是好的。但我无法从XML文件中读取数据。为此,我使用了simplexml_load_file()
函数。但是我收到了警告:
simplexml_load_file() [function.simplexml-load-file]: ntcrol.xml:2: parser error : xmlParseEntityRef: no name error and other character errors.How can I solve this problem? My codes are [here][1]