What is the \"less code needed\" way to get parameters from a URL query string which is formatted like the following?
www.mysite.com/category/subcateg
If you want the whole query string:
$_SERVER["QUERY_STRING"]