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
I will recommended best answer as
Assuming the user entered http://example.com/?name=Hannes
The above example will output:
Hello Hannes!