Predefined variables in PHP

A list of predefined variables in PHP:

  • $GLOBALS
  • $_SERVER
  • $_GET
  • $_POST
  • $_COOKIE
  • $_FILES
  • $_ENV
  • $_REQUEST
  • $_SESSION

Source of info: http://sg.php.net/en/language.variables.predefined

Leave a Reply