मैं का उपयोग कर 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 में एक वेरिएबल में लोड की गई है। I में प्रिवलेज को index.php पर लिखना नहीं है)
@
सामने जोड़करsimplexml_load_file
या ध्वज जोड़कर दबाया जा सकता है ,simplexml_load_file
अधिक जानकारी के लिए मैनुअल पृष्ठ देखें और कृपया अपना प्रश्न हटाएं, यह एक डुप्लिकेट है।