I am writing a PHP page that acts as an API. I want to POST and XML document to the page, and be able to read that XML document into the DOM.
I have looked into using the HTTP_POST_VARS, but it doesn't seem to be doing what I hoped.
Any ideas on how I can proceeed?
Thanks,
Mark