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/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php