Parse PHP Query String
in a url if there are mutliple key=pairs&key=pairs
You can get the whole thing with $_SERVER['QUERY_STRING'], but then you have to parse it yourself
Please tell me thats not the only way!
well apart from $GLOBALS['_SERVER']['QUERY_STRING']