parse_str « Utility Function « PHP





1.void parse_str ( string str [, array &arr;] ) take a query string and convert it to variables
2.Pass an array as the second parameter to parse_str( ), and it will put the variables into there