Form using post method
You called the page with the following query string:
p=postform
$_GET contains the following:
Array
(
[p] => postform
)
$_POST contains the following:
Array ( )
You called the page with the following query string:
p=postform
$_GET contains the following:
Array
(
[p] => postform
)
$_POST contains the following:
Array ( )