From: "Gryffyn, Trevor" <[EMAIL PROTECTED]>
Regardless of how this script is called, is there, or is there not a function that will take that string and pull the values after the "?" and toss them into an associative array?
Yes, parse_url() to get the query string and then parse_str() to put it into an associative array. Only that's two functions and you asked for "a function", so the world may very well end if you use them. G'nite... ;)
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php