Я читаю 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. У мене немає записів на привілеї до index.php)
@
передsimplexml_load_file
або додавши прапор, див. Сторінку довідкиsimplexml_load_file
для отримання додаткової інформації та, будь ласка, видаліть своє запитання, це дублікат.