129 Lygon Street,
East BrunswickVictoria 3057

p. 61+3+9387 0188
e. manager@atticusfinch.com.au

OPENING HOURS
Tue - Thurs 5pm to 11pm
Friday 5pm to 1am
Saturday 4pm to 1am
Sunday 4pm to 10pm

Join our Atticus Finch mailing list
$value) { if(array_key_exists($key, $required_fields)) { //trims all whitespaces if(trim($_POST[$key]) === '') { $errors[$key] = $required_fields[$key]; } } } //if no errors then submit the form if(empty($errors)) { //validation ends $name = $_POST['name']; $email = $_POST['email']; //who should we send this form contents to? $to = "radwhan@optusnet.com.au"; // subject of the e-mail. $subject = $_POST['subject']; // e-mail message $body = $_POST['message']; // To send HTML mail, the Content-type header must be set so it won't be classed as spam $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers $headers .= "From: " . $email . "\r\n"; // Mail it! $success = mail($to, $subject, $body, $headers); if($success) { echo "
Your responce has been sent.
"; } else echo "
Error sending e-mail!
"; } } //if there are validation errors, lets let the user know! if(!empty($errors)) { ?>

Please check the following errors:

$value
"; } ?>