--- Andrew Kreps <[EMAIL PROTECTED]> wrote:
> --- Trevor Gryffyn <[EMAIL PROTECTED]> wrote:
> > I could have sworn that there was a function that dropped ALL
> > GET values into an associative array. Kind of the inverse of
> > "http_build_query".
> 
> I believe you're thinking of import_request_variables

That imports variables into the global scope individually. He's probably
just thinking about $_GET, which is already an associative array that
contains all GET data. No function is necessary.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming December 2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to