Some XML data is posted to a script:
POST /http/index.php HTTP/1.0\\r\n
Host: $server:$port\r\n
Content-Type: text/xml\r\n
Content-Length: $length\r\n\r\n
$XMLdata
How can the script read the $XMLdata?
(Notice that it's not data=$XMLdata& so $_POST['XMLdata'] doesnt work)
p.s. notice that it's not just rn, it's \r\n (w/ slashes) in the HTTP - forum hid the slashes