Environment Variables

These are the variables that the web server passes to the PHP process:

Query String

As a convenience for programmers, PHP parses the QUERY_STRING variable and places it in $_GET.
Key Value


Globals

A list of global variables.