Is there a way to post an xml doc directly to a php page? I'm able to do this in .asp but I can't seem to find the proper method in php.
I would like to transmit an xml document from a pocket pc to a php page. I've found all the documentation needed to parse the xml doc, just not to read it in via http-post. Perhaps someone can offer a solution.
Thanks!
Andrew