После отправки сообщения, value в input (никнейм) обнуляется.
Как засэйвить ник в сессии? Или в куках.
Никак не получается :(
Форма такая:
<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:100px" /></b>
<input class=sb name="msg" type="text" maxlength="255" style="width:255px" /> <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"; ?>
Интересует value="<?php echo $person; ?>"
Сама страница в html