[an error occurred while processing this directive]
Variables defined for Parsed Documents
A number of variables are made available to parsed documents. In
addition to the CGI variable set, the following variables are made
available:
DOCUMENT_NAME: The current filename.
Example: variables.shtml
DOCUMENT_URI: The virtual path to this document (such as /~webcom/sample.shtml).
Example: /help/inc/variables.shtml
QUERY_STRING_UNESCAPED: The unescaped version of any search query the client sent, with all shell-special characters escaped with \.
Example: (none)
Note: This variable will not be useful until searching and indexing is implemented.
DATE_LOCAL: The current date, local time zone.
Example: Thursday, 24-Jul-2008 08:03:01 GMT
DATE_GMT: Same as DATE_LOCAL but in Greenwich mean time.
Example: Thursday, 24-Jul-2008 08:03:01 GMT
LAST_MODIFIED: The last modification date of the current document.
Example: Thursday, 22-May-2008 08:45:37 GMT
[an error occurred while processing this directive]