Re: [PHP] Reading the content.

2001-07-11 Thread Gustavo Carreno
> Are you sure? I tested posting to a script which simply did a > print_r($GLOBAL), and didn't see the posted data listed. Yeaps, if the content-type is known the $HTTP_RAW_POST_DATA is empty and does not show on the $GLOBALS. Try this C program in Linux and you'll get surprised: -- htt

Re: [PHP] Reading the content.

2001-07-11 Thread Gustavo Carreno
es on the post the whole content of the post is held on $HTTP_RAW_POST_DATA Gustavo Carreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Reading the content.

2001-07-11 Thread Gustavo Carreno
o that XML? I'm not concerned with the parsing, that is quite simple, I'm concerned with the access to that content!!! Gustavo Carreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To