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";
}
}
?>
Colorado Serum
Colorado Serum
Colorado Serum
Lone Star Ranch and Outdoors has an entire line of Colorado Serum products for your livestock. Please call or stop by for an entire selection of vaccines.