$_POST_RAW | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_POST_RAW is a binary string variable, formed by reading the content of stdin. |
Introduced | 4.6.3 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Keyword: $_POST_BINARY, $_POST, $_SERVER, $_GET_BINARY, $_GET_RAW, $_GET |
Description | Use the $_POST_RAW keyword to access the raw post data. $_POST_RAW is only available when running in CGI mode (Server).
|