Here is some header code:
<?php
if ($BeenSubmitted){
setcookie("class_name", "$newselect_box", time()+"10000000");
$select_box = $newselect_box;
}else{
$class_name= ("$Row[0]");
}
?>
What I want to accomplish is to set a cookie with a class name is selected....if no cookie is available then I want to default to row[0]...neither of these things is working....feeling a little brain dead today, so bear with me....any help would be appreciated....
Thanks,
Ryan