|
Posted by Chris Shiflett on 12/09/05 01:31
Michael B Allen wrote:
> I'm using the POST method but I would also like to access
> QUERY_STRING parameters. Is there a convienient global array
> for these?
Yeah, $_GET. I know it seems a bit confusing, since the request method
is POST, not GET, but it's a reference to how data is passed when the
GET method is indicated in a form's method attribute.
Hope that helps.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
Navigation:
[Reply to this message]
|