SeeIT Solutions
05-13-2005, 03:58 AM
What is the best way to parse a query string?
I am currently using this:
parse_str($_SERVER['QUERY_STRING'],$vars);
$id = $vars['id'];
I am currently using this:
parse_str($_SERVER['QUERY_STRING'],$vars);
$id = $vars['id'];