Re: [PHP] how to get RAW POST DATA!

2001-05-07 Thread ondi
What You mean? I cant read STDIN in cgi-bin module by my self? its worse that I thought : "Yasuo Ohgaki" wrote in message <9d0gam$rdu$[EMAIL PROTECTED]>... >This is not possible with current PHP. >If you search recent php-dev list archive, you will find some more info. > >""ondi"" <[EMAIL P

Re: [PHP] how to get RAW POST DATA!

2001-05-05 Thread Yasuo Ohgaki
I suggest to read related FRCs. Look for HTTP and URI. Regards, -- Yasuo Ohgaki ""ondi"" <[EMAIL PROTECTED]> wrote in message 9cucc2$ae3$[EMAIL PROTECTED]">news:9cucc2$ae3$[EMAIL PROTECTED]... > Hi there php people! > > Is there any way to get RAW POST DATA from cgi-bin php script with > track_v

Re: [PHP] how to get RAW POST DATA!

2001-05-05 Thread Yasuo Ohgaki
This is not possible with current PHP. If you search recent php-dev list archive, you will find some more info. ""ondi"" <[EMAIL PROTECTED]> wrote in message 9cucc2$ae3$[EMAIL PROTECTED]">news:9cucc2$ae3$[EMAIL PROTECTED]... > the array $HTTP_POST_VARS contains parsed data with "_" instead of spac

[PHP] how to get RAW POST DATA!

2001-05-04 Thread ondi
Hi there php people! Is there any way to get RAW POST DATA from cgi-bin php script with track_vars turned on? the array $HTTP_POST_VARS contains parsed data with "_" instead of spaces and split all RAW data by "=" !!! thats too bad! is there any other variable? Have a nice day! -- PHP Gener