include('config.inc'); // Template Start include('template_start.inc'); // $sent=false; $error=''; /*if($_POST['submit']!='') { if ($_POST['name']==''||$_POST['subject']==''||$_POST['email_address']==''||$_POST['message']=='') { $error='
Sorry, you must fill in all fields.
'; } else { $headers="From: ".$_POST['name']." <".$_POST['email_address'].">\r\n"; $body='Ausnix Staff,'."\r\n\r\n"; $body.='The following is a contact form submission from '.$_SERVER['SERVER_NAME']."\r\n\r\n"; $body.='__________________________________________________________'."\r\n\r\n"; $body.="Subject:\t\t".$_POST['subject']."\r\n"; $body.="Name:\t\t\t".$_POST['name']."\r\n"; $body.="Email:\t\t\tmailto:".$_POST['email_address']."\r\n"; $body.="Message:\r\n"; $body.=$_POST['message']."\r\n"; $body.='__________________________________________________________'."\r\n\r\n"; mail('info@ausnix.com.au',$_POST['subject'],$body,$headers); $sent=true; } }*/ // // Content Start // if($sent) { echo 'Thankyou for your contact submission.
'; } ?>Please don't hesitate to contact us. If you have any queries at all that you would like the Ausnix staff to answer or just simply to send us some feedback, feel free!
Ausnix
PO Box 338
Applecross, WA
Australia, 6953
Use the form below to send and email to Ausnix.
} ?> // Content End // include('template_end.inc'); // Template End ?>