Show the contents of $_GET
You called the page with the following query string:
p=get
$_GET contains the following:
Array
(
[p] => get
)
$_GETYou called the page with the following query string:
p=get
$_GET contains the following:
Array
(
[p] => get
)