[ Поиск ] - [ Пользователи ] - [ Календарь ]
Полная Версия: Сохранение сесии
salat-production
Есть простенький чат на php без mysql.
После отправки сообщения, 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

Скрытый текст
<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>&nbsp;&nbsp;<b>Имя:&nbsp;<input class=sb type="text" name="person" maxlength="80" value="<?php echo $person; ?>Гость" style="width:100px" /></b>&nbsp;<input class=sb name="msg" type="text" maxlength="255" style="width:255px" />&nbsp;&nbsp;<input class=sb2 type="submit" value="Отправить">&nbsp;&nbsp;<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>
Быстрый ответ:

 Графические смайлики |  Показывать подпись
Здесь расположена полная версия этой страницы.
Invision Power Board © 2001-2024 Invision Power Services, Inc.