contents   index   previous   next



CGI Environment Variables ExtensionsCGI Environment Variables ExtensionsReference Tables:CGI Environment Variables Extensions

 

WebX also includes some common extensions the standard set of CGI Environment Variables.

 

Variable Description
COUNTERCGI Environment Variables Extensions:COUNTER The current hit counter value for the requested page.
DATECGI Environment Variables Extensions:DATE The current local date and time.
DATE_LOCALCGI Environment Variables Extensions:DATE_LOCAL The current local date and time.
DATE_GMTCGI Environment Variables Extensions:DATE_GMT The current GMT date and 24 hour format time. GMT format is "ddd, dd mmm yyyy hh:nn:ss".
DAY_OF_WEEKCGI Environment Variables Extensions:DAY_OF_WEEK The current local day of the week.
DOCUMENT_NAMECGI Environment Variables Extensions:DOCUMENT_NAME The requested document name. Example: http://www.mydomain.com/products/new.html will return “new.html”
DOCUMENT_URICGI Environment Variables Extensions:DOCUMENT_URI Uniform Resource Identifier. Typically, the Internet address string referring to an object. A URL is a type of URI.
DOCUMENT_URLCGI Environment Variables Extensions:DOCUMENT_URL Uniform Resource Locator. URL and URI are often mistakenly used interchangeably, so DOCUMENT_URLCGI Environment Variables Extensions:DOCUMENT_URL was added to WebX to minimize page errors.
TIMECGI Environment Variables Extensions:TIME The current local time.

 

 

Table 4.3.1 – CGI Extensions

 

 

 


CGI Support