require "init.php"; if ($PLAYER) { mysql_query("DELETE FROM score WHERE player='$PLAYER'"); } if ($player) { setcookie("PLAYER",$player,time()+86400,"",".edkelly.com"); mysql_query("INSERT INTO scores VALUES ('$player',0)"); header("Location: http://www.edkelly.com/boggle/index.php"); exit; } ?>