Hi,
After posting an https request to the server, i get xml response codes displayed in my browser. What should I use to make it displayable as html?
I'm using php's header() function to re-direct to the server. i.e. header("location: and the response is:
<results>
<user>1</user>
<age>20</age>
.
.
</results>
I don't have any control over the script residing on the server....I'm trying to build a socket based interface by querying their xml...the data returned between the elements is good..just need to display it as html...
Thanks.
After posting an https request to the server, i get xml response codes displayed in my browser. What should I use to make it displayable as html?
I'm using php's header() function to re-direct to the server. i.e. header("location: and the response is:
<results>
<user>1</user>
<age>20</age>
.
.
</results>
I don't have any control over the script residing on the server....I'm trying to build a socket based interface by querying their xml...the data returned between the elements is good..just need to display it as html...
Thanks.