game chat send msg

This commit is contained in:
lopar 2018-03-24 00:03:54 +02:00
parent 7f33a86594
commit dc910a1052
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if ($msg) db::c()->query('INSERT INTO `chat` (`cid`, `uid`, `msg`) VALUES (?i, ?
</div>
<iframe name="chat" src="chat.php" width=100%></iframe>
<footer>
<form action="chat.php" method="post">
<form action="chat.php" method="post" target="chat">
<input id="msg" name="msg" size="100" placeholder="Введите сообщение...">
<input type="submit" value="Отправить">
</form>