PHP Global Variables - Superglobals
In PHP, variables can have different scopes, which determine their accessibility within your code.
• The PHP superglobal variables are:
• $GLOBALS
• $_SERVER
• $_REQUEST
• $_POST
• $_GET
• $_FILES
• $_ENV
• $_COOKIE
• $_SESSION