$_SERVER | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_SERVER is an array variable containing the CGI interface related variables, along with any HTTP_* variables that are available. |
Introduced | 4.6.3 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Keyword: $_POST, $_GET |
Description | Use the $_SERVER keyword to access the CGI interface related variables, along with any HTTP_* variables that are available. $_SERVER is only available when running in CGI mode (Server). The list of CGI variables is:
|