Re: how to get original post data?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$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
> nick.yim@xxxxxxxxxx
> 2007-02-12
>
>   

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux