session_start();
if ($_SESSION['UserActive'] !== "yes") {
// RETURNING VISITOR
if (isset($_COOKIE['Referrer'])) {
$NewNumber = $_COOKIE['Visits'] + 1;
setcookie("Visits", $NewNumber, time()+7776000, '/');
$_SESSION['UserActive'] = "yes";
} else {
// FIRST TIME VISITOR
$referrer_page = $_SERVER['HTTP_REFERER'];
setcookie("Referrer", $referrer_page, time()+7776000, '/');
setcookie("Visits", 1, time()+7776000, '/');
$_SESSION['UserActive'] = "yes";
}
}
?>
Montana Lifestyle Home Decor
Montana Lifestyle Home Decor
Montana Lifestyle Home Decor
Lone Star Ranch and Outdoors has the right home decor item to fit your very special need. Please call or stop by for the entire selection of home decor.