help files
Z505
|
PasWiki
|
FUQ
|
Search
|
Main Docs
|
API Guide
[
Overview
][
Constants
][
Procedures and functions
]
Reference for unit 'pwumain' (
#powtils_main
)
FetchCgiVarValue
Declaration
Source position: pwumain.pas line 71
function
FetchCgiVarValue
(
index
:
LongWord
):
String
;
Notes
Indexed access to CGI variable values in the list (array). CGI variables include URL variables, and POST/GET variables that have been set.
Example
See the
FetchCgiVarName
page.
lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs,
Z505