Re: [PHP] QUERY_STRING Variables and POST

2005-12-08 Thread Michael Hulse
On Dec 8, 2005, at 2:46 PM, 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? If not, what is the definitive method for accessing them? Not sure if this script will help, but you can point you

Re: [PHP] QUERY_STRING Variables and POST

2005-12-08 Thread Chris Shiflett
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

[PHP] QUERY_STRING Variables and POST

2005-12-08 Thread Michael B Allen
I'm using the POST method but I would also like to access QUERY_STRING parameters. Is there a convienient global array for these? If not, what is the definitive method for accessing them? Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns