I have an application that I want to send a message to the page blah.php. The request is in the form of a standard http header with an xml body.
What I want is to have the page blah.php read the xml body from the request and present it in some way.
I know how to do the presentation and even the xml parsing and xsl transform, but what I need to know is how do I get the information from the http request body into the php script?
Anyone have a piece of sample code or give me any ponters in the right direction? (I'm new to http, but know where I'm at with php).
Thanks
Tom