Re: [PHP] Raw HTTP data

2002-10-11 Thread Rasmus Lerdorf
See your php.ini file: ; Always populate the $HTTP_RAW_POST_DATA variable. ;always_populate_raw_post_data = On On 11 Oct 2002, Cole Tuininga wrote: > > Quick question - is there an equivalent to QUERY_STRING for POSTs? I > need the deata to essentially be in the same format as for GETs. If th

[PHP] Raw HTTP data

2002-10-11 Thread Cole Tuininga
Quick question - is there an equivalent to QUERY_STRING for POSTs? I need the deata to essentially be in the same format as for GETs. If the answer is "build it myself" from $_POST, so be it. I was hoping there was a more elegant solution though. 8) -Cole Tuininga [EMAIL PROTECTED] -- P