Environment Variables

The environment variables you may be interested in making use of include the following:
REMOTE_HOST
The name of the client host accessing your page.

REMOTE_ADDR
The IP number of the client host accessing your page.

HTTP_USER_AGENT
The software used by the client accessing your page.

HTTP_HOST
The server that is serving your page (e.g., www.mv.com).

SERVER_SOFTWARE
What software is being used by our server.

HTTP_REFERER
The page (if any) that refered the client to your page. (This will be your page containing the reference to the forms utility.)