What I want to happen is when you first open the page http://www.mysite.com/index.php NOTHING should load in the div … right now, instead of leaving it empty, it will choose of the the colors to show.
At the top:
<?php ob_start(); session_start(); if(isset($_SESSION['div'])) { if($_GET["div"]!="") { $div = $_GET["div"]; $_SESSION["div"] = $div; } else { $div = $_SESSION["div"]; } } else { $div = $_GET["div"]; $_SESSION["div"] = $div; } ?>LINKS ARE SET LIKE THIS: http://www.mysite.com/index.php?div=red
WHERE I WANT CERTAIN TEXT TO APPEAR ACCORDING TO WHAT THE LINKS SET: