session_start();
$ip=@$REMOTE_ADDR;
if (empty($_POST)) {
?>
USAHovercraft.com : Request Information about the Hov Pod Leisure Hovercraft
Please enter the verification code below to continue to the request information form. Thank You!
}
else { //form is posted
include("securimage.php");
$img = new Securimage();
$valid = $img->check($_POST['code']);
if($valid == true) {
?>
USAHovercraft.com : Request Information about the Hov Pod Leisure Hovercraft
Request Information about the Hov Pod Leisure Hovercraft
Please enter your details
(* Denotes required field)
}
else {
echo "
Sorry, the code you entered was invalid. Go back to try again.