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>
|
</div>
|
||||||
<iframe name="chat" src="chat.php" width=100%></iframe>
|
<iframe name="chat" src="chat.php" width=100%></iframe>
|
||||||
<footer>
|
<footer>
|
||||||
<form action="chat.php" method="post">
|
<form action="chat.php" method="post" target="chat">
|
||||||
<input id="msg" name="msg" size="100" placeholder="Введите сообщение...">
|
<input id="msg" name="msg" size="100" placeholder="Введите сообщение...">
|
||||||
<input type="submit" value="Отправить">
|
<input type="submit" value="Отправить">
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user