![]() | |||
UK men's barbershop harmony quartet Click links for more info: what we do contact us |
";
$fields = array();
$fields{"Name"} = $name;
$fields{"e-address"} = $from;
$fields{"Phone"} = $_REQUEST['tel'];
$fields{"Reason"} = $_REQUEST['reason'];
$fields{"Event"} = $_REQUEST['event'];
$fields{"Date"} = $_REQUEST['day'] + " / " + $_REQUEST['month'] + $_REQUEST['year'];
$fields{"Details"} = $_REQUEST['details'];
$body = "We have received the following information:\n\n"; foreach($fields as $a => $b){ $body .= sprintf("%20s: %s\n",$b,$_REQUEST[$a]); }
// form validation
if($from == '') { print "You did not enter an e-mail address, please submit your request again."; $failure = 1; };
if ($failure <> 1) {
$send = mail("info@fortequartet.co.uk", "Website submission", $body, $headers);
$send2 = mail($from, "Thank you for contacting us", "Thank you for contacting Forte. Somebody will get back to you as soon as possible.", "From: Forte Please use this form to make a booking/send us a query. © James Harris of Futuristic Websites, January 2011
| |