|
|
|
Summary Of: Query string
The query string is a part of the URL which is passed to the program... A typical URL containing a query string is as follows... The query string is composed of a series of field... the query string contains a pair field... these fields are included in the query string when the form is submitted... the form content is only encoded as a query string when the form submission method is GET... A query string may need to be converted to satisfy these constraints... encoding the query string uses the following rules... A program receiving a query string can ignore part or all of it... regardless of whether the query string is used or not... identifier must be chosen and added as a query string to the URLs of all links the page contains... The addition of the query string does not change the way the page is shown to the user... adding the query string to its links as well... A URL query string allows for flexibility in retrieving data from a web server and possibly from the database... a URL query string may expose security issues because it can be edited by a user to retrieve data... a URL query string containing a username and password could be used with a... Encyclodia Page On: Query string
|
|
 |