parse_str() function parses string into various variables, setting the variables in the current scope.
The syntax is: void parse_str (string string) <? $url = "fname=wj&lname=gore&zip=43210"; parse_str($url); ?>