Predefined.php
PHP has a ton of predefined variables, like:
$_SERVER: has information about the server and execution environment.
$_GET: contains variables passed to the current script via URL parameters.