Php kullanarak bir xml okuyorum simplexml_load_file
. Ancak xml'yi yüklemeye çalışırken bir uyarı listesi görüntüler
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
Bu uyarıları kaldırmak için nasıl düzeltme yapabilirim?
(XML url'den üretildi http://..../index.php/site/projects
ve test.php'deki bir değişkene yüklendi. İndex.php'ye yazma yetkim yok)
@
önünesimplexml_load_file
bir bayrak ekleyerek veya bir bayrak ekleyerek bastırılabilir ,simplexml_load_file
daha fazla bilgi için kılavuz sayfasına bakın ve lütfen sorunuzu silin, mükerrerdir.