in reply to What is a Query String in a URL

Everything after the ? in a URL is the query string that's passed through the GET method of a form. You should read up on HTML forms. I suspect you'd get a lot out of http://www.w3schools.com.

  • Comment on Re: i dont know exactly what its called