을 사용하여 PHP에서 xml을 읽고 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
자세한 내용 은의 매뉴얼 페이지를 참조하고 질문을 삭제하십시오. 중복입니다.