Integrating XML CODE in my website
Posted: Fri Jun 11, 2010 3:06 pm
Hi i am new to xml and want to integrate xml code to my php website.
I want to receive the return of that xml code and display it.
Example of XML
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE REQUEST SYSTEM "http://127.0.0.1/dtd/request.dtd" >
<REQUEST USERNAME="demo" PASSWORD="demo">
</REQUEST>
Please help Thanks In Advance.
I want to receive the return of that xml code and display it.
Example of XML
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE REQUEST SYSTEM "http://127.0.0.1/dtd/request.dtd" >
<REQUEST USERNAME="demo" PASSWORD="demo">
</REQUEST>
Please help Thanks In Advance.