Hi,
I am new to XML want to integrate xml codes in php.
I am having a third party xml code.
i have to run this code in there url and will receive a reply code in browser.
I want to receive this code.
Input code (to be executed)
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE REQUEST SYSTEM "http://api.myweb.com/psms/dtd/request.dtd" >
<REQUEST USERNAME="demo" PASSWORD="demo">
</REQUEST>
Output (to be recived)
<SMS User="demo">
<Credit Limit="100" Used="1.00"/>
</SMS>
Thanks in Advance