Hi
I am unable to tell my problem exactly what is is but i am trying to explain.
I am having a code from service provider. Which i want to integrate in my web application designed in PHP.
Codes as given bellow
<form action="http://website.com//psms/servlet/psms.Eservice2" METHOD=POST>
<textarea name =data cols=60 rows=10>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE REQUEST SYSTEM "http://127.0.0.1/psms/dtd/request.dtd" >
<REQUEST USERNAME="demoxml" PASSWORD="demoxml">
</REQUEST>
</textarea>
<INPUT TYPE=SUBMIT name=action value="credits" />
</form>
when i integrate this code in my website it works fine.
when form loads A text box and button appears on clicking on the button my website gets redirected to the website "http://website.com//psms/servlet/psms.Eservice2" and displays the output. But i want that i should receive the content and display the result according to my style in my website url.
Please help.
Thanks in Advance