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.= "

"; if (!$error) { $the_time = date ("g:i:s a, j/n/Y"); $to = "7-90.com.au Admin "; $from = "FROM: ".$name." <".$email.">"; $subject = "7-90 Systems Feedback Form Response"; $message = "You have received a response from the 7-90 Systems feedback form\n\n"; $message.= "From:\n"; $message.= " Name: ".$name."\n"; $message.= " Email: ".$email."\n\n"; $message.= "Subject: ".$attention_text."\n\n"; $message.= "Message:\n\n************************************************************\n\n"; $message.= $enquiry."\n\n"; $message.= "************************************************************\n"; mail ($to, $subject, $message, $from); $action = "sent"; } // if () } // if () //********************************************************************************\\ // Set these variables for every page $page_title = "Contact 7-90 Systems"; $page_keywords = "contact us, comptuer questions"; $page_description = "Please use this form to send your message to 7-90 Systems"; //********************************************************************************\\ print_header ($SITE_BASE, $page_title, $page_keywords, $page_description); ?>

Contact 7-90 Systems

7-90 Systems
PO Box 5396
Alexandra Hills QLD 4161
AUSTRALIA

For inquiries, please contact:

Michael Beaumont
0403 315 103

 

Thank you for your message. We will reply as soon as possible.

To contact 7-90 Systems please fill in the following form.

Your Name*:

"); } // if () else { print ("

Your Name*:

"); } // else ?>
Your Email Address*:

"); } // if () else { print ("

Your Email Address*:

"); } // else ?>

Your Phone Number:

Subject:
Your Message*:

"); } // if () else { print ("

Your Message*:

"); } // else ?>