Form using post method

Example of form using the 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
(
)