$_GET_BINARY | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_GET_BINARY is an array variable, translated from the QUERY_STRING. It is identical to $_GET except that it does not perform any character set translation. |
Introduced | 4.6.3 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Keyword: $_POST_RAW, $_GET_RAW, $_POST, $_POST_BINARY, $_SERVER, $_GET |
Description | Use the $_GET_BINARY keyword to access the array generated from the QUERY_STRING component of a URL. For example: http://www.website.com?variable1=value1&variable2=value2 $_GET_BINARY is only available when running in CGI mode (Server).
|