Hi,
I think this is very simple but I just can't find an answer. I have a form that posts some vars to a webserver, which then delivers an XML response. The only prob is that when I post my vars to the page on this server my page oviously changes to that too, displaying the raw xml on screen. How do I get this XML back to my PHP script invisibly so that I can use it/parse it?
Thanks.