Re: [PHP-DEV] Reading the content.

2001-07-11 Thread Gustavo Carreno
Correction, the data get's on $HTTP_RAW_POST_DATA if the content-type is not known. Thanks Bolke de Brun -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

Re: [PHP-DEV] Reading the content.

2001-07-11 Thread Gustavo Carreno
> there should be a variabele $HTTP_RAW_POST_VARS which contains the data in > this situation. Thanks for the tip, but you almost got it right :))) If there is no variables on the post, and this is inportant, because if there are any variables on the post, they get parsed and cleaned from

Re: [PHP-DEV] Reading the content.

2001-07-11 Thread derick
Hello, there should be a variabele $HTTP_RAW_POST_VARS which contains the data in this situation. Derick On Wed, 11 Jul 2001, Gustavo Carreno wrote: > Hi tere, > > Imagine that someone does the following post: > > ---8<- > POST /bla.php HTTP/1.0 > host: bla.com

[PHP-DEV] Reading the content.

2001-07-11 Thread Gustavo Carreno
Hi tere, Imagine that someone does the following post: ---8<- POST /bla.php HTTP/1.0 host: bla.com content-type: text/xml content-length: ## ---8<- With what function, variable, server variable or whatever do I have access to that