Re: [PHP] Extracting the body of the http request entity? found it!

2001-04-27 Thread nik
> I would like to add a note to this, that this works in general, but > the thing which actually triggers the setting of $HTTP_POST_RAW_DATA > is a not recognized mime-type. > Aha! Blinding light of understanding - THANKYOU! nik -- PHP General Mailing List (http://www.php.net/) To unsubsc

RE: [PHP] Extracting the body of the http request entity? found it!

2001-04-27 Thread Bruin, Bolke de
: [EMAIL PROTECTED] Onderwerp: Re: [PHP] Extracting the body of the http request entity? found it! > > According to the w3c docs, POSTed content is sent in the "request > entity body". Since the request has a header, it's logical that it can > have a body too :-) but I don&

Re: [PHP] Extracting the body of the http request entity? found it!

2001-04-27 Thread nik
> > According to the w3c docs, POSTed content is sent in the "request > entity body". Since the request has a header, it's logical that it can > have a body too :-) but I don't see any PHP functionality for getting at > it. Someone in another group suggested accessing a variable called > $HTTP_R