<?
//mail to
inbox@website.com
$header = "from:
inbox@website.com\r\n";
$message = "This email was generated by the Ski Leading Tours Website. The following was submitted by the user:\n
Name: $Name
Agency: $Agency
Tel: $Tel
Email: $Email
Resorts:
";
for ($i=0;$i<sizeof($HTTP_POST_VARS[Resort]);$i++) {
$message .= "\t".$HTTP_POST_VARS[Resort][$i]."\n";
}
$message .= "Accommodation: $Accommodation
From: ". date("d M Y",mktime (0,0,0,$fromDate_month,$fromDate_day,$fromDate_year)) ."
To: ". date("d M Y",mktime (0,0,0,$toDate_month,$toDate_day,$toDate_year)) ."
Adults: $Adults
Children: $Children
Accommodation: $Accommodation
Entertainment: $Entertainment
Rooms/Sleeping arrangements:
$Rooms\n
Notes:
$Notes
";
mail("inbox@website.com","Ski Leading Tours: Enquiry",$message,$header);
?>
<SCRIPT LANGUAGE="JavaScript1.1">
alert('Thank you for your enquiry. We will contact you as soon as we can.');
location.href = 'indexdata.htm';
</SCRIPT>
Bookmarks