i use setcookie
if($freak != "Name" && $freak) {
setcookie("blurbname","$freak",time()+9999999999);
}
to save name on a comment script then load it with
<?echo($blurbname ? $blurbname : "Name")?>
but it only works until the browser windows are closed then it goes back to "Name" next time you load the page, as long as you keep ie open it works though, thanks in advance for your help