Name

Surname

E-mail

*";}} else {echo " ";} /* _____ */ ?>


Error

";} if ($firstname == 2) {echo "

Your name, please

";}} if (isset($lastname)) {if (!is_numeric($lastname)) {unset($lastname); echo "

Error

";} if ($lastname == 3) {echo "

Your surname, please

";}} if (isset($mail)) {if (!is_numeric($mail)) {unset($mail); echo "

Error

";} if ($mail == 4) {echo "

Your e-mail, please

";}} if (isset($mail2)) {if (!is_numeric($mail2)) {unset($mail2); echo "

Error

";} if ($mail2 == 44) {echo "

E-mail is invalid

";}} if (isset($text)) {if (!is_numeric($text)) {unset($text); echo "

Error

";} if ($text == 5) {echo "

Your message

";}} if (isset($_GET['ok'])) {$ok = $_GET['ok']; if (!is_numeric($ok)) {unset($ok); echo "

Error

";} if ($ok == 1) {echo "

Your message was sent successfully.

";} else if ($ok == 11) {echo "

Your message was not sent.

";}} ?>