>$HTTP_RAW_POST_DATA is an array...
>with echo you'll only get "array"..

No, it's a string - just the raw bytes that were posted.

>> Is register globals ON or OFF? Either way, maybe try
>> $_SERVER['HTTP_RAW_POST_DATA']...

Also, ensure that "always_populate_raw_post_data" is on, too - see:
http://www.php.net/manual/en/configuration.directives.php

---------------------------------------------------------------------
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

Reply via email to