To my knowledge you *only* get $HTTP_POST_RAW_DATA when the content-type is
unknown.
Not if there are nor vars in the POST (which is possible as empty vars are
not being send)

Bolke

-----Oorspronkelijk bericht-----
Van: Gustavo Carreno [mailto:[EMAIL PROTECTED]]
Verzonden: Wednesday, July 11, 2001 4:23 PM
Aan: [EMAIL PROTECTED]
Onderwerp: Re: [PHP] Reading the content.


"Chris Lambert - Whitecrown Networks" <[EMAIL PROTECTED]> wrote in
message 000b01c109fc$1857cb60$6401a8c0@server">news:000b01c109fc$1857cb60$6401a8c0@server...
> As far as I know, you don't. :-(

  And as far as you know, you are wrong :))
  If there is no variables 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 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]

Reply via email to