|
| Please tell us what you think about our web site, company, products, or services. If you provide us with your contact information, we will be able to reach you in case we have any questions. |
| |
| |
|
check($_POST['imagetext']);
if(!$valid) {
$error = 1;
$errstr[] = "The code you entered was incorrect";
}
}
if ($error == 1) {
echo "\n\n";
foreach($errstr as $err) {
echo " " . $err . "\n";
}
echo "\n\n \n\n";
showForm();
} else {
@mail($to, " Website Feedback ",
"\nDate: " . date("r") .
"\nEmail: " . $_POST['email'] .
"\nCategory: " . $_POST['category'] .
"\nComments: " . stripslashes($_POST['comments']));
echo "
****************************************************************************
Thank You for contacting us. We will review your comments and
someone from out support team will be in contact with you shortly.
****************************************************************************
";
}
}
function showForm()
{
$_POST['comments'] = @htmlspecialchars(@$_POST['comments']);
echo <<
EOD;
}
?>
|
| |
|