Predefined Variables Example
You are running the file:
/home/apsara/public_html/assignment1/predefined.php.
Your are viewing this page using:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
We can use predefined variables to access important information about the
server and requests from the browser. The predefined variables are called
super globals. To define a variable you must start with $_SERVER[variable].