print_r(parse_url('http://www.baidu.com/test.php?id=10'));
Array( [scheme] => http [host] => www.baidu.com [path] => /test.php [query] => id=10)