variable required default (none - you must name a variable)The name of the PHP $_SERVER entry to read, for example REMOTE_ADDR, HTTP_HOST, REQUEST_URI, or REQUEST_METHOD. The value is returned as a string exactly as the web server set it. If the named entry does not exist, the result is an empty string. Any $_SERVER key is accepted - see the allowed values below for the most useful ones and the PHP manual for the complete list.
[{server:THIS_KEY_DOES_NOT_EXIST}]
{server:REMOTE_ADDR}
{server:HTTP_HOST}
{server:REQUEST_URI}
{gethostbyaddr:{server:REMOTE_ADDR}}
{ifeq:{server:HTTP_HOST}:actionapps.org:live site:other host}