Method GetVar()
Syntax
:GetVar ( cVarName ) --> cValue
Parameters
|
|
cVarName |
The Server Variable or Form Variable you wish to find a value for. |
Return
The value of the variable.
If not found, it returns an empty string.
Description
The Method :GetVar() returns the value of the Server Variable or From Variable requested.
See Also:
:GetServerVar(), :aVars, Server Variables
![]() |