Jump to content

Query string

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 67.124.89.96 (talk) at 21:00, 11 June 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A query string is the part of a URL that conveys parametric data to the server. The basic syntax is ?parameter1=value1&parameter2=value2 . . .