game chat send msg
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user