Posted by David on 11/13/06 22:37
I want to post a XML file to a PHP program. I have seen programs using
the following curl format to send the XML:
curl =H"POST / HTTP/1.0 Content-Type:
application/x-www-form-urlencoded Content-Length: 12 " -d"<top></top>"
However, I am not sure what to code on the PHP end to accept the XML.
I checked $_POST and it is empty. I know you can send the data by
posting to a var, like ( -d"xml=\"<top></top>\"").
Thanks
Navigation:
[Reply to this message]
|