session_start();
if(empty($_POST['email']))
{
$msg = "Please fill out the required email field.
";
}
elseif(empty($_POST['regarding']))
{
$msg .= "Please fill out the required project(subject) field.
";
}
if(!empty($_SESSION['freecap_word_hash']) && !empty($_POST['word']))
{
// all freeCap words are lowercase.
// font #4 looks uppercase, but trust me, it's not...
if($_SESSION['hash_func'](strtolower($_POST['word']))==$_SESSION['freecap_word_hash'])
{
// reset freeCap session vars
// cannot stress enough how important it is to do this
// defeats re-use of known image with spoofed session id
$_SESSION['freecap_attempts'] = 0;
$_SESSION['freecap_word_hash'] = false;
// now process form
// now go somewhere else
// header("Location: somewhere.php");
$word_ok = "yes";
} else {
$word_ok = "no";
}
} else {
$word_ok = false;
$msg .= "Please fill out the required field Captcha Text.
";
}
?>
Free Color Picker for Web DesignThe color picker tool will allow you to save time and effort trying to figure out the colors you want for your website. Instructions are as follows: 1. First you need to clickt any of the 3 boxes below the Color Picker (#1, #2 and #3).
![]() ![]() |
Web Site Design Miami