21. cgi::QueryString

[<<<] [>>>]

This is the query string of a GET request. This string usually appears after the ? mark on the URL and it is automatically created when the request method is specified to be "GET" in a form. ScriptBasic programs rarely need this value, as there are other more flexible and more powerful methods to handle CGI input values.


[<<<] [>>>]