$HTTP_SERVER_VARS['QUERY_STRING']  --> it just can read the content by GET
method.

I want POST content

thanx

--
Yorgo Sun
Project Manager
Technology Dept. Tom.com
Email:[EMAIL PROTECTED]  Mobile:13701243390 Phone:65283399-121 TomQ ID:yorgo
http://www.ruisoft.com
"Johan Holst Nielsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > 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
>
> I not sure I understand you, but are you looking for
> $HTTP_SERVER_VARS['QUERY_STRING'] ??
>
> Regards,
>
> Johan



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