We have found the following errors:";
if (strlen ($name) < 2) {
$error = true;
$name_error = true;
$error_text.= "
- Please enter your name";
} // if ()
if (!ereg ("^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$", $email)) {
$error = true;
$email_error = true;
$error_text.= "
- Invalid Email address";
} // if ()
if ($attention != 1 && $attention != 2 && $attention != 3) {
$error = true;
$error_text.= "
- Please select a subject";
} // if ()
else {
if ($attention == 1) {
$attention_text = "Website Development";
} // if ()
elseif ($attention == 2) {
$attention_text = "SEO and Marketing";
} // elseif ()
else {
$attention_text = "Other Issues";
} // else
} // else
if (strlen ($enquiry) < 2) {
$error = true;
$mesage_error = true;
$error_text.= "
- Please enter a message";
} // if ()
$error_text.= "
7-90 Systems For inquiries, please contact: Michael Beaumont |
Thank you for your message. We will reply as soon as possible. To contact 7-90 Systems please fill in the following form. |