Can someone explain something to me. I have created a PHP script that dynamically builds an XML string, sends it to another server which parses the XML and sends back a formatted HTML reply (in this case it is shipping charges based on weight and destination). Here is my prob. I would like the HTML reply to be included in my page. I have successfully posted the info, and I am getting the correct results, however the results are being shown at the offsite server URL. Anyone know what function I would use? Any input is greatly appreciated.
Thanks.