\n"; $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; $mes = "Reservation Inquiry from " .$name." at " .$resort. "\n"; $mes .= "Details :\n"; $mes .= "===================================================\n"; $mes .= 'Name : '.$name."\n"; $mes .= "Country : ".$country."\n"; $mes .= 'Email : '.$email."\n"; $mes .= "Phone No. : ".$phoneno. " --- Fax No. :".$faxno."\n" ; $mes .= "Adults : ".$noadults."\n"; $mes .= "Children : ".$nochildren."\n"; $mes .= "Infants : " .$noinfants."\n"; $mes .= "Total Rooms : ".$totalrooms."\n"; $mes .= "Total Pax : ".$pax."\n"; $mes .= "Accomodation : ".$accom."\n"; $mes .= "Meal Plan : ".$mealplan."\n"; $mes .= "Room Category : ".$roomcat."\n"; $mes .= "Transfer : ".$transfer."\n"; $mes .= "Arrival Date : ".$arrdate. " on Flight : ".$arrflight."\n"; $mes .= "Depature Date : ".$depdate. " on Flight : ".$depflight."\n"; $mes .= "Resort : ".$resort."\n"; $mes .= "Name of Client Party : ".$clientname."\n"; $mes .= "Mode of Payment : ".$payment."\n"; $mes .= "Comments : ".$comment."\n"; $mes .= 'Date & Time: '.$d; if (empty($name) || empty($email)) { echo "

Fill out all required (*) informations.

"; } elseif(!ereg("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)) { print "

The email address you have entered is invalid.

"; } else { mail($to, $sub, $mes, $headers); print "

Thank you ".$name." for contacting us. We will get back to you as soon as possible.

"; } ?>

Please fill out the form below to make your resort/hotel reservation request. You can expect a quick response from our friendly sales agents.
 

Those Fields marked with an asterisk ( * ) are required fields and must be completed in order to complete your request.

Contact Name: *
Nationality:
Email address: *
Phone No.:
Fax no:
No.of.Adults: No.of.Children: infant
Total.No.of.Room Total.No.of.Pax:
Accomodation:

Meal Plan:

Room Category: Transfer:
Arrival: (dd/mm/yyyy) Arr.Flight:
Depature: (dd/mm/yyyy) Dep.Flight:
Resort:
Name of Client Party:
Mode of Payment:

Additional Comments: (such as extra beds, baby sittitng, special transfer arrangements, etc.)

 

 

Click on the 'Send Reservation' button above to submit your reservation. Submitting the reservation request may take up to 10 seconds or more depending on your internet connection speed. To avoid multiple reservation requests, please click the SEND button once.