I have a problem when i read xml file from php page
and it include the same data in another link
get exception in this link enter link description here
code in this link enter link description here
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
I have a problem when i read xml file from php page
and it include the same data in another link
get exception in this link enter link description here
code in this link enter link description here
Try adding this to the PHP file before your output is sent.
ReplyDelete<?php header("Content-type: text/xml"); ?>
If the problem persists try checking your XML markup using this tool, check xml markup.