Form with validation

Example of form whose entries get validated



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

$_GET contains the following:

Array
(
    [p] => validate
)

$_POST contains the following:

Array
(
)

The account variable is NOT defined.