Location
The Saltaire, the Outer Banks luxury rental, is located at 100 Marlin
Drive, Duck, North Carolina 27949, in the heart of the Village of Duck.
Contact
For availability and further information, please contact:
Ron Forlano,
Owner
THE SALTAIRE
1378 Duck Road
Duck, NC 27949
Voice: 252-255-5409
Cell: 252-256-2413
Email: info@thesaltaire.com
require_once('file:///C|/Saltaire/oldwww/tppCaptcha/tppCaptcha.php' );
define('tppCaptchaUseSession', false );
define('tppCaptchaLength',5);
tppCaptchaStart();
if ($submit)
{
if (!tppCaptchaVerify())
{
echo "
Please make sure you enter the security code correctly.
";
}
if (tppCaptchaVerify())
{
//compose subject and body of email
$subject="Message from TheSaltaire.Com - Contact Us";
$message=
"*** This is an automated email from TheSaltaire.Com ***
Name: $name
Email: $email
Telephone: $telephone
Address:
$address
$city , $state $zip
Phone: $phone
How They Found Us:
$findus
Comments:
$comments
";
$to="info@thesaltaire.com";
// check to see if server name includes www.. if so remove it
if (eregi("www", $_SERVER["SERVER_NAME"])) {
$defaultfrom="innkeeper@".substr($_SERVER["SERVER_NAME"], 4);
}
// otherwise leave the servername be
else {
$defaultfrom="innkeeper@".$_SERVER["SERVER_NAME"];
}
$headers="From: $defaultfrom\nReply-To: ".$_REQUEST['email']."\nContent-Type: text/html\n";
include("file:///C|/Saltaire/oldwww/noemailinjection.inc");
mail($to,$subject,$message,$headers);
echo "
Thank you for your interest in The Saltaire. Someone will
be contacting you soon, if requested.
\n";
}
}
else
{
?>
If you contact us by email, please provide the following information: