session_start();
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
if(isset($_SESSION['security_code']) && $_SESSION['security_code'] == $_POST['security_code'])
unset($_SESSION['security_code']);
else
$errormsg[] = "You did not enter the correct security code.";
if (strlen($_POST["sitename"]) < 2)
$errormsg[] = "Please enter your site name.";
if (strlen($_POST["siteurl"]) < 2)
$errormsg[] = "Please enter your web site URL.";
if (strlen($_POST["linktext"]) < 2)
$errormsg[] = "Please enter the text you want displayed in your link.";
if (strlen($_POST["email"]) < 8)
$errormsg[] = "Please enter your email address.";
if (isset($errormsg)){
$_POST["MM_insert"] = "";
unset($_POST["MM_insert"]);
}
if (!isset($errormsg))
{
$name = "Nantahala Photos";
$email = "bdills@swain.main.nc.us";
//$email = "mliskin@miriamliskin.com";
$eol = "\r\n";
$message = "Nantahala Photos Web Site$eol";
$message .= "----------------------------$eol$eol";
$message .= "Web site name: " . $_POST["sitename"] . "$eol";
$message .= "Web site URL: " . $_POST["siteurl"] . "$eol";
$message .= "Link text: ". $_POST["linktext"] . "$eol";
$message .= "Email: " . $_POST["email"] . "$eol";
$message .= "Our link on site: " . $_POST["ourlink"] . "$eol";
$message .= "Additional Information: " . $_POST["comments"] . "$eol";
$headers = "MIME-Version: 1.0$eol";
// $headers .= "Content-type: text/html; charset=iso-8859-1$eol";
$headers .= "From: " . $_POST["sitename"] . " <" . $_POST["email"] . ">$eol";
mail($email, "Nantahala Photos Link Request Form", $message, $headers);
header("Location: nantahala-link-exchange-thank-you.php");
}
}
?>
Nantahala River Photos Link Exchange Request
Nantahala Photos Link Exchange Request
to request a link, fill out the form below
We encourage links between websites offering lodging, other attractions, restaurants, and others who appeal to the same market as ours.
if (isset($errormsg)){
echo "
";
foreach($errormsg as $msg){
echo "$msg ";
}
echo "
";
}
?>
Please include the following info for our link on your site:
Nantahala River Photos - Take home some fun memories to show your friends. Today's adventure is tomorrow's memory - remember the fun! www.nantahalaphotos.com