Czytam xml w php przy użyciu simplexml_load_file
. Jednak podczas próby załadowania xml wyświetla listę ostrzeżeń
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
Jak poprawić, aby usunąć te ostrzeżenia?
(XML jest generowany z http://..../index.php/site/projects
adresu URL i ładowany do zmiennej w test.php. Nie mam uprawnień do zapisu do index.php)
@
przedsimplexml_load_file
lub dodając flagę, zapoznaj się ze stroną podręcznika,simplexml_load_file
aby uzyskać więcej informacji i usuń pytanie, jest to duplikat.