Query sting in php examples
Query string is the small amount of data on the url address
followed by? Mark along with the input
control values if you want send some extra information from one page to another
page we are using query string. Query string is the combination of name and
value.