Contact Us
'.$contact_submitted.'';
}
else $text = '
Please enter your name, a valid email address, your message and the answer to the simple maths question before submitting this form.
';
}
$mini_number_1 = rand(1, 9);
$mini_number_2 = rand(1, 9);
$answer = substr(md5($mini_number_1+$mini_number_2),5,10);
$text .= '
';
echo $text;
?>