Show the contents of $_GET

You called the page with the following query string: p=get

$_GET contains the following:

Array
(
    [p] => get
)