ฉันกำลังอ่าน xml ใน php โดยใช้simplexml_load_file
ไฟล์. อย่างไรก็ตามในขณะที่พยายามโหลด xml จะแสดงรายการคำเตือน
Warning: simplexml_load_file() [function.simplexml-load-file]: <project orderno="6" campaign_name="International Relief & Development" project in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: http://..../index.php/site/projects/:15: parser error : xmlParseEntityRef: no name in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ional Relief & Development" project_id="313" client_name="International Relief & in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: http://..../index.php/site/projects/:15: parser error : xmlParseEntityRef: no name in /home/bluecard1/public_html/test.php on line 3
ฉันจะแก้ไขเพื่อลบคำเตือนเหล่านี้ได้อย่างไร
(XML ถูกสร้างจาก url http://..../index.php/site/projects
& โหลดลงในตัวแปรใน test.php ฉันไม่ได้เขียน priveleges ไปที่ index.php)
@
ข้างหน้าsimplexml_load_file
หรือโดยการเพิ่มค่าสถานะดูหน้าคู่มือsimplexml_load_file
สำหรับข้อมูลเพิ่มเติมและโปรดลบคำถามของคุณเนื่องจากเป็นคำถามที่ซ้ำกัน