Please enter your name"; } // Business if($_POST['business'] != ""){ $theBusiness = clean_text($_POST['business']); } // Phone if($_POST['phone'] != ""){ $thePhone = clean_text($_POST['phone']); } // Email if($_POST['email'] != ""){ $theEmail = clean_text($_POST['email']); if(!email_val($_POST['email'])){ $user_feedback .= "
  • Please make sure your email address was entered correctly
  • "; } } else { $user_feedback .= "
  • Please enter your email address
  • "; } // Enquiry if($_POST['enquiry'] != ""){ $theEnquiry = clean_text($_POST['enquiry']); } // if user feedback is empty, no errors were recorded if($user_feedback == "") { $headers = "From: Website User<" . $theEmail . ">\r\n"; $emailBody = " A website enquiry has just been submitted. Details are as follows: ------------------------------------------------------------------ Name: " . $theName . " Business: " . $theBusiness . " Phone: " . $thePhone . " Email Address: " . $theEmail . " Comments: " . $theEnquiry . " ------------------------------------------------------------------ Seventh Vision | http://www.seventhvision.com.au "; mail("scott@ace123.com.au", "Website Enquiry :: ACE", $emailBody, $headers); $insertGoTo = "index.php?mailsent=true"; header(sprintf('Location: %s', $insertGoTo)); } } if($_POST['send_enquiry2'] == date('ymd') && $_POST['type2']=='feedback'){ $headers = "From: Website User<" . $theEmail . ">\r\n"; $emailBody = " Website feedback has just been submitted. ------------------------------------------------------------------ The user has indicated a satisfaction level of: " . $_POST['satisfaction'] . " ------------------------------------------------------------------ Seventh Vision | http://www.seventhvision.com.au "; mail("scott@ace123.com.au", "Feedback Submission :: ACE", $emailBody, $headers); $insertGoTo = "index.php?feedback_received=true"; header(sprintf('Location: %s', $insertGoTo)); } ?> ACE - Aussie Computer Experts




    Under Construction

    We are currently upgrading our site.
    In the meantime please contact us by emailing info@ace123.com.au or calling us on 1300 ACE 123 (1300 223 123).