Home

Laura's copy of tedd's code for the $_SERVER Array

This is what the $_SERVER array contains

Array
(
    [PATH] => /usr/local/bin:/usr/bin:/bin
    [HTTP_X_CUSTWEB_BRAND] => bl
    [HTTP_VIA] => 1.1 squid-proxy-5b5d847c96-nqj7s (squid/6.10)
    [HTTP_ACCEPT] => */*
    [SERVER_NAME] => lsquaredmath.us
    [SCRIPT_FILENAME] => /home/users/web/b2785/ipw.lsquared/public_html/classes/citw185/examples/serverArray/index.php
    [HTTP_REFERER] => http://lsquaredmath.us/classes/citw185/examples/serverArray
    [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    [HTTP_COOKIE] => request_id=6f9b2cb5-c815-42e3-86f1-f56330b23a3d
    [SERVER_PROTOCOL] => HTTP/1.1
    [REQUEST_SCHEME] => http
    [HTTP_ACCEPT_ENCODING] => gzip
    [HTTP_CACHE_CONTROL] => max-age=259200
    [HTTP_X_FORWARDED_FOR] => 10.3.73.34
    [REMOTE_ADDR] => 216.73.216.138
    [HTTP_HOST] => lsquaredmath.us
    [GATEWAY_INTERFACE] => CGI/1.1
    [SCRIPT_URL] => /classes/citw185/examples/serverArray/
    [UNIQUE_ID] => aHWrAgoUDF4AAHI45ocAAAAj
    [SERVER_PORT] => 80
    [REQUEST_METHOD] => GET
    [REQUEST_URI] => /classes/citw185/examples/serverArray/
    [SERVER_ADMIN] => cgiadmin@yourhostingaccount.com
    [HTTP_X_REQUEST_ID] => 6f9b2cb5-c815-42e3-86f1-f56330b23a3d
    [SCRIPT_NAME] => /classes/citw185/examples/serverArray/index.php
    [CONTEXT_PREFIX] => 
    [HTTP_CONNECTION] => keep-alive
    [CONTEXT_DOCUMENT_ROOT] => /home/users/web/b2785/ipw.lsquared/public_html
    [DOCUMENT_ROOT] => /home/users/web/b2785/ipw.lsquared/public_html
    [REMOTE_PORT] => 37014
    [SCRIPT_URI] => http://lsquaredmath.us/classes/citw185/examples/serverArray/
    [SERVER_SOFTWARE] => Apache
    [TZ] => EST5EDT
    [PHP_SELF] => /classes/citw185/examples/serverArray/index.php
    [REQUEST_TIME_FLOAT] => 1752541954.57
    [REQUEST_TIME] => 1752541954
)

Your Browser is: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)