$_GET_RAW | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_GET_RAW is the QUERY_STRING component of a URL. |
Introduced | 4.6.3 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Keyword: $_POST, $_SERVER, $_GET_BINARY, $_GET |
Description | Use the $_GET_RAW keyword to get the QUERY_STRING component of a url. http://www.website.com?variable1=value1&variable2=value2 $_GET_RAW is only available when running in CGI mode (Server).
|