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 "Mike Migurski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >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. > > --------------------------------------------------------------------- > michal migurski- contact info and pgp key: > sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

