Welcome Guest, Not a member yet? Register   Sign In
Routing with "&key=value parameters
#4

I think QUERY_STRING is not problem?

you can parse QUERY_STRING to array

parse_str($_SERVER['QUERY_STRING'], $get);

var_dump($get) to check values
Reply


Messages In This Thread
Routing with "&key=value parameters - by mirrek74 - 10-23-2016, 12:57 AM
RE: Routing with "&key=value parameters - by d4jk4 - 10-23-2016, 07:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB