Form using get method

Example of form using the get method



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

$_GET contains the following:

Array
(
    [p] => getform
)