|
|
|
Code Snippets
Hi 123.456.78.9, your using Browser/1.11 [en] (OS; OsVersion 1.1) your viewing file.shtml, being hosted by www.server.com on port 80, the current time is That's what might be output if you used the following on a ssi-enabled site. Hi <!--#echo var="REMOTE_ADDR"-->, your using <!--#echo var="HTTP_USER_AGENT"--> your viewing <!--#echo var="DOCUMENT_NAME"-->, being hosted by <!--#echo var="SERVER_NAME"--> on port <!--#echo var="SERVER_PORT"-->, the current time is <!--#echo var="DATE_LOCAL"--> the software this server runs is <!--#echo var="SERVER_SOFTWARE"--> The syntax for #echo is CONTENT_LENGTH
|