Karen
Carter REALTOR®
Key West
305-292-7444
Cell: 305-797-
4553
Fax:305-294-0009 Email Previews International Agent Karen Carter, PA, a Coldwell Banker
Real Estate agent for
Key West and the
Florida Keys can help you realize your Dream of owning property in
the FloridaKeys.
Relocating to the
Keys
One of the first questions to answer as you search for your dream
home is whether to buy an existing home or to buy property and build a
home.
In the Florida Keys, it is certainly easier to buy an existing home,
even if your intention is to level the exsiting structure and build
your dream home. This is because Monroe County has a very strict Rate
of Growth Ordinance (ROGO - trust me, after you've spent a few weeks
here, you'll be used to hearing people talk about ROGO!) in order to
ensure that hurricane evacuation times can be met and that there are
not more homes than the utility companies can support.
Buyer Incentive:
When I represent you as your Buyers Agent I will pay
for either your appraisal or 1st years home warranty.
Thank you for your input.
';
exit;
}
foreach ($_POST as $key => $value) {
$_POST[$key] = preg_replace("/[^a-z0-9\.\!\@\#\$\,\?\-\s]+/i", ' ', $value);
}
$date = date("F j, Y, g:i a");
$email_body = <<< EMAIL_BODY
The following user completed a contact form on your website.
Do Not Reply To This Email.
Date: $date
First Name: $_POST[fname]
Last Name: $_POST[lname]
Phone: $_POST[phone]
Email: $_POST[email]
Street Address: $_POST[address]
City: $_POST[city]
State: $_POST[state]
Zip: $_POST[zip]
Buyer: $_POST[buyer]
Seller: $_POST[seller]
EMAIL_BODY;
$agent_name = 'Karen Carter';
$agent_email = 'karencarter@cbschmitt.com';
$website = $_SERVER['SERVER_NAME'];
$to = "$agent_name<$agent_email>";
$subject = "$website Form Submission";
$headers = "From: Do Not Reply\r\n";
$headers .= "X-Mailer: PHP v".phpversion()."\r\n";
@mail($to, $subject, $email_body, $headers);
print '
We have received your information and will be contacting you shortly