Sending XML request to PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
terry.h
Forum Newbie
Posts: 2
Joined: Fri Jun 19, 2009 9:28 am

Sending XML request to PHP

Post 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.
terry.h
Forum Newbie
Posts: 2
Joined: Fri Jun 19, 2009 9:28 am

Re: Sending XML request to PHP

Post 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.
Post Reply