$post = file_get_contents('php://input');
Or for older versions of PHP, just use $HTTP_RAW_POST_DATA.

Arpad

Nicholas Yim wrote:
> Hello EveryOne,
>
>     like parse the soap request body
>
>     not through $_POST nor $_FILE
>
> Best regards, 
>   
> Nicholas Yim
> [EMAIL PROTECTED]
> 2007-02-12
>
>   

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

Reply via email to