";
if ( isset($_POST['submit']) )
{
if ( !isset($_POST['name']) )
{ $name = ''; }
else
{ $name = htmlspecialchars($_POST['name']); }
$email = $_POST['email'];
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'To: ' . $to_name . ' <' . $to_address . '>' . "\r\n";
$headers .= 'From: ' . $name . ' <' . $email . '>' . "\r\n";
$subject = 'Booking From Web - Beachside Gardens';
foreach ( $form_data as $field )
{
if ( isset($_POST[$field]) )
{ $$field = htmlspecialchars($_POST[$field]); }
else
{ $$field = ''; }
}
$message = "
Beachside Gardens - Web Booking
";
$message = wordwrap($message, 70);
$email_sent = mail($to_address, $subject, $message, $headers);
}
?>
Beachside Gardens - Web Booking
| Name : | $name |
| E-mail : | |
| Telephone : | $telephone |
| Adults : | $adults |
| Children : | $children |
| Check In : | $check_in |
| Check Out : | $check_out |
| Message : | $message |
Many nearby activities for your pleasure
Local activities include scuba diving, jet skiing, fishing, swimming, snorkeling, boating, bicycling, kayaking, etc. There are many charter fishing boats at the Boca inlet and Hillsboro Beach inlet. The Deerfield Beach Fishing Pier is 200 yards from Beachside Gardens
Thank you for your email.
This is not a confirmed reservation, we will contact you to confirm.
Thank you for your submission but we seem to have a problem processing it.
Could you please email us with your reservation request.
We will contact you to confirm.