$HTTP_RAW_POST_DATA

(problems with 4.0.6 because in it some changes had been made). If the 
content type is known by PHP then this var is empty, otherwise you have the 
data in it. Works perfect with 4.0.0. I think that since 4.0.7 there is a ini 
option about that

Regards,


On Thursday 15 November 2001 02:36 am, you wrote:
> I mean post content string not a lot of variables
>
> etc:
>
> aaa.html post a=1&b=2 to bbb.php
>
> I want use php to read the string a=1&b=2 not $a and $b
>
> thanks

-- 
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com

-- 
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