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
    [CONTEXT_PREFIX] => 
    [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    [SCRIPT_URI] => http://lsquaredmath.us/classes/citw185/examples/serverArray/
    [REMOTE_PORT] => 57380
    [SERVER_NAME] => lsquaredmath.us
    [REQUEST_METHOD] => GET
    [HTTP_CONNECTION] => keep-alive
    [SERVER_ADMIN] => cgiadmin@yourhostingaccount.com
    [REMOTE_ADDR] => 3.141.167.59
    [SCRIPT_URL] => /classes/citw185/examples/serverArray/
    [SERVER_PORT] => 80
    [HTTP_REFERER] => http://lsquaredmath.us/classes/citw185/examples/serverArray
    [HTTP_ACCEPT] => */*
    [DOCUMENT_ROOT] => /home/users/web/b2785/ipw.lsquared/public_html
    [HTTP_ACCEPT_ENCODING] => gzip
    [SCRIPT_NAME] => /classes/citw185/examples/serverArray/index.php
    [REQUEST_SCHEME] => http
    [REQUEST_URI] => /classes/citw185/examples/serverArray/
    [CONTEXT_DOCUMENT_ROOT] => /home/users/web/b2785/ipw.lsquared/public_html
    [GATEWAY_INTERFACE] => CGI/1.1
    [SCRIPT_FILENAME] => /home/users/web/b2785/ipw.lsquared/public_html/classes/citw185/examples/serverArray/index.php
    [HTTP_HOST] => lsquaredmath.us
    [SERVER_SOFTWARE] => Apache
    [HTTP_X_CUSTWEB_BRAND] => bl
    [SERVER_PROTOCOL] => HTTP/1.1
    [UNIQUE_ID] => Z@7kgAoUDF0AAC-JPRgAAABD
    [TZ] => EST5EDT
    [PHP_SELF] => /classes/citw185/examples/serverArray/index.php
    [REQUEST_TIME_FLOAT] => 1743709312.8119
    [REQUEST_TIME] => 1743709312
)

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