| |
|
Hotel Booking :: |
|
|
|
Organization Name : ". $_POST['txt_orgname'] ." "."Contact Person : ". $_POST['txt_contect_person'];
$messege = $messege ."
"."Phone Number : ". $_POST['txt_phonenumber'] ." "."Fax : ". $_POST['txt_fax'];
$messege = $messege ."
"."Name Of the City : ". $_POST['txt_city'] ." "."Date From : ". $_POST['txt_date1'];
$messege = $messege ."
"."To Date : ". $_POST['txt_date2'] ." "."Single Room : ". $_POST['txt_single1'];
$messege = $messege ."
"."Double Room : ". $_POST['txt_double1'] ." "."Triple Room: ". $_POST['txt_triple1'];
$messege = $messege ."
"."Comments : ". $_POST['messege'];
//FOLLOWING PREPARES THE HEADER INFORMATION
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: $from\r\n";
$headers .= "Reply-To: $from\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-MSMail-Priority: High\r\n";
mail($to,$subject,$messege,$headers) or die("
Sorry! Form was not successfully submited!");
die("
Thank you for Feedback Bigtop Travels We are contacting you shortly.");
}
?>
|
|
|
|
|
|