Page 1 of 1

Sending XML request to PHP

Posted: Fri Jun 19, 2009 9:33 am
by terry.h
Hi,

I am using a tracking system which takes xml data submitted by a form (post) to a PHP page and this returns tracking results in xml format.

What I would like to know is how I can send this data using PHP (without submitting a form) and return a result so I can parse the xml data received.

Thanks in advance.

Re: Sending XML request to PHP

Posted: Fri Jun 19, 2009 11:00 am
by terry.h
This is the page that submits the XML request:
https://emea.netdespatch.com/xml/reqform.html

I need to automate this so I can obtain the XML result without having to submit a form.