Query string
From DocForge
A query string is the last part of a URL following an optional question mark ("?"). It contains a set of key/value pairs of parameters to be passed along with a page request. These parameters can be interpreted by a server or client script for various purposes, most often to choose what content to display on a page.

