At 23:47 03.12.2002, Brian Duke said:
--------------------[snip]--------------------
>Can someone tell me how I can access data from a POST? I don't mean
>the variables because the data I'm getting doesn't have any. I have a
>client that is doing a simple HTTP Post to a server and appending xml
>data right after the header. I need access to the xml blob.
--------------------[snip]-------------------- 

Not sure if this gives you the posted data, but you could try
$_SERVER['QUERY_STRING']. Or simply print_r the $_SERVER array to check if
it is available.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to