"; } if (!empty($_POST['email'])) { $email = $_POST['email']; if (!preg_match("/^[_a-z0-9]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i", $email)){ $error .= "The e-mail address you entered is not valid.
"; } } else { $error .= "You didn't type in an e-mail address.
"; } if (!empty($_POST['message'])) { $message = $_POST['message']; } else { $error .= "You didn't type in a message.
"; } if(($_POST['code']) == $_SESSION['code']) { $code = $_POST['code']; } else { $error .= "The captcha code you entered does not match. Please try again.
"; } if (empty($error)) { $from = 'From: ' . $name . ' <' . $email . '>'; $to = "pmg@festivale.info"; $subject = "Contact Form Message"; $content = $name . " has sent you a message: \n" . $message; $success = "

Thank you! Your message has been sent!

"; mail($to,$subject,$content,$from); } } ?>
Go to cover page of Festivale online magazineGo to contents page of current issueSee the latest additions to FestivaleTake the tour of Festivalesign our guestbookgo to Pictorial Guidebook to Melbourne and Victoriago to Reel Life, the movie lover's section for film reviews, release dates and morego to the Bookroom, the book lover's sectionGo to the free stuff, wallpapers, screen savers and morego to the technology section of Festivale Suggest a linked URL; 159x20 Coming Attractions, Movies by Month in Australia; 159x20

free wallpaper
this month's FREE wallpaper

Contact Form

Our Snail Mail contact details are at the bottom of this and all pages

Your message was NOT sent
The following error(s) returned:

' . $error . '

'; } elseif (!empty($success)) { echo $success; } ?>


Please type the following code in the field.