Php Test

Hello. You can look at the pretty printed source code !

Request Headers:

Will display the request headers (sent by the client):

headers[accept] = */*
headers[user-agent] = Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
headers[referer] = http://tecfa.unige.ch/guides/php/examples/http-basics/request-headers.php
headers[host] = tecfa.unige.ch


Some CGI variables:

\n"; echo "GLOBALS[\"REMOTE_HOST\"] = ".$GLOBALS["REMOTE_HOST"]."
\n"; echo "GLOBALS[\"REMOTE_ADDR\"] = ".$GLOBALS["REMOTE_ADDR"]."
\n"; ?>


D.K.S.