<html>
<head>
<meta name="pragma" content="no-cache">
<style>
input.sb {color:#5B5B5B;font: 12px Arial;height:20px;border:1px #414141 solid;background-image:url("./images/fbg2.gif")}
input.sb2 { margin: 0px;font: 12px Arial; background:#9bc3e6 url("./images/fbg4.gif") repeat-x; color: black; cursor:hand;)}
</style>
<script src="script3.js"></script>
</head>
<body>
<form method="post" name="chat" OnSubmit="return CheckMsg(this);"><div align=center class=d2> <b>Имя: <input class=sb type="text" name="person" maxlength="80" value="<?php echo $person; ?>" style="width:80px" /></b> <input class=sb name="msg" type="text" maxlength="50000" style="width:350px" /> <input class=sb2 type="submit" value="Отправить"> <img width=15 height=15 src="./images/refresh.gif" OnMouseOver='this.style.cursor="hand";' alt="Обновить Чат !" OnClick="parent.parent.bottom.self.location.href = parent.parent.bottom.document.location.href;"></div>
<?php if (isset($_POST['msg'])) include "write_msg.php"; ?>
</body>
</html>
Помогите сохранить введенное в поле имя человека. Суть в том, что человек заходит в чат, пишет имя, нажимает отправить и после этого ему заново нужно вводить свой ник, чтобы написать сообщение. Как исправить ситуацию конкретно для этого случая, чтобы один раз ввел свой ник и он там постоянно был? Буду благодарен