Re: [PHP] how can I get the post content in php

2001-11-15 Thread Yorgo Sun

thinks

I finded it by review the soure code. try it's empty. then think have and
other way.
so got your explain. I just try the older version or waitting the php4.1.0

--
Yorgo Sun
Project Manager
Technology Dept. Tom.com
Email:[EMAIL PROTECTED]  Mobile:13701243390 Phone:65283399-121 TomQ ID:yorgo
http://www.ruisoft.com
"Andrey Hristov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> $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]




Re: [PHP] how can I get the post content in php

2001-11-15 Thread Andrey Hristov

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