db fix
This commit is contained in:
parent
cac207620d
commit
a367f6006c
38
chat.php
38
chat.php
@ -50,23 +50,23 @@ function show_messages()
|
|||||||
|
|
||||||
show_messages();
|
show_messages();
|
||||||
?>
|
?>
|
||||||
<!--<!doctype html>-->
|
<!doctype html>
|
||||||
<!--<html>-->
|
<html>
|
||||||
<!--<head>-->
|
<head>
|
||||||
<!-- <meta charset="utf-8">-->
|
<meta charset="utf-8">
|
||||||
<!-- <link rel="stylesheet" href="css/main.css">-->
|
<link rel="stylesheet" href="css/main.css">
|
||||||
<!-- <style>-->
|
<style>
|
||||||
<!-- form { padding: 3px; position: fixed; bottom: 0; width: 100%; }-->
|
form { padding: 3px; position: fixed; bottom: 0; width: 100%; }
|
||||||
<!-- form input { border: 0; padding: 10px; width: 80%; margin-right: .5%; }-->
|
form input { border: 0; padding: 10px; width: 80%; margin-right: .5%; }
|
||||||
<!-- form input[type="submit"] { width: 15%; border: none; padding: 10px; }-->
|
form input[type="submit"] { width: 15%; border: none; padding: 10px; }
|
||||||
<!-- </style>-->
|
</style>
|
||||||
<!--</head>-->
|
</head>
|
||||||
<!--<body>-->
|
<body>
|
||||||
<!--<div>-->
|
<div>
|
||||||
<?php ?>
|
<?php ?>
|
||||||
<!--</div>-->
|
</div>
|
||||||
<!--<form action="chat.php" method="post">-->
|
<form action="chat.php" method="post">
|
||||||
<!-- <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>
|
||||||
<!--</body>-->
|
</body>
|
Loading…
Reference in New Issue
Block a user