You can use this form to contact VA3OPP.
Enter your information and your message.
If an error is detected, you will be returned to this form to make corrections.
If there are no errors, your note is sent and you are returned to the home page.
The "security word" is treated as lowercase, so don't worry about capitalization.
SUBJECT REQUIRED
'; } if (empty($_POST['message'])) { $err_count++; echo 'MESSAGE REQUIRED
'; } if (!eregi('^[[:alnum:]][a-z0-9_\.\-]*@[a-z0-9\.\-]+\.[a-z]{2,4}$',trim($_POST['email']))) { $err_count++; echo 'VALID E-MAIL REQUIRED
'; } // now process form else { $sent_from = "From: ".$_POST['email']; $mess = $_POST['name']." at "; if (getenv(HTTP_X_FORWARDED_FOR)) { $pipaddress = getenv(HTTP_X_FORWARDED_FOR); $mess .= "PIP: ".$pipaddress." via "; } $ipaddress = getenv(REMOTE_ADDR); $mess .= "IP: ".$ipaddress." said:\r\n".$_POST['message']; mail('va3opp@ciinet.org', $_POST['subject'], $mess, $sent_from); ob_end_clean(); header("Location: http://www.ciinet.org/va3opp/"); exit(); } $word_ok = "yes"; } else { $word_ok = "no"; } } else { $word_ok = false; } ?> SECURITY WORD MATCHES'; } else { echo 'SORRY, NOT THE RIGHT SECURITY WORD
'; } } ?>