|
|
|
|
|
|
|
|
| Environment Variable | Description |
|---|---|
| AUTH_TYPE | The authentication method used to validate a user. |
| DOCUMENT_ROOT | The directory from which Web documents are served. |
| CONTENT_TYPE | The MIME type of the query data, such as "text/html". |
| CONTENT_LENGTH | The length of the data in bytes passed to the CGI program through standard input |
| GATEWAY_INTERFACE | The revision of the Common Gateway Interface that the server uses |
| HTTP_ACCEPT | A list of the MIME types that the client can accept. |
| HTTP_FROM | The email address of the user making the request. Most browsers do not support this variable. |
| HTTP_USER_AGENT | The browser the client is using to issue the request. |
| HTTP_REFERER | The URL of the document that the client points to before accessing the CGI program. |
| PATH_INFO | Extra path information passed to a CGI program. |
| PATH_INTERFACE | The translated version of the path given by the variable PATH_INFO. |
| QUERY_STRING | The query information passed to the program. It is appended to the URL with a "?". |
| REQUEST_METHOD | The method with which the information request was issued. |
| REMOTE_HOST | The remote hostname of the user making the request. |
| REMOTE_ADDR | The remote IP address of the user making the request |
| REMOTE_USER | The authenticated name of the user. |
| REMOTE_IDENT | The user making the request. This variable will only be set if the NCSA IdentityCheck flag is enabled, and the client machine supports the RFC 931 identification scheme (ident daemon). |
| SCRIPT_NAME | The virtual path (e.g. /cgi-bin/program.pl) of the script being executed. |
| SERVER_NAME | The serevr's hostname or IP address. |
| SERVER_SOFTWARE | The name and version of the server software that is answering the client request. |
| SERVER_PROTOCOL | The name and revision of the information protocol the request came in with. |
| SERVER_PORT | The port number of the host on which the server is running. |
|
|
|
For ASP Developers:
|
| ASP for dummies.com by Bill Hatfield at edgequest.com |
|
|
The RecordSource property identifies the information managed by the data control. This could relate to all of the information in a single table, some of the information from a single table, or information stored in multiple tables in the data source. |
|
|
|
Related:
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page Thank you! | |||