game chat send msg
This commit is contained in:
parent
7f33a86594
commit
dc910a1052
2
game.php
2
game.php
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user