It is working But i can not always control php.ini on the host ..!!!
and i tried
ini_set("always_populate_raw_post_data" , "1");

but not working , and i had to chanhe in my local php.ini ...

Please Advice

>I want to get the POSTED data as it is without letting php to parse it.

You may be thinking of $HTTP_RAW_POST_DATA. You should set the
always_populate_raw_post_data config option someplace if you want to use
it reliably, though. See "configuration directives" in the manual.

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

Reply via email to