Файл: world-faces.ru/world-faces.ru/arena/talk.php
Строк: 13
<?
include_once '../i.php';
pdo();
$set['page']='Общий чат';
verh();
?>
<script>
function test()
return true;
}
</script> <FORM NAME=sub onSubmit="return test();" METHOD=post ACTION="?add">
<INPUT NAME=digit SIZE=20 MAXLENGTH=200>
<INPUT TYPE=submit VALUE="Отправить">
</FORM>
<?
if(isset($_GET['add'])){
if($_POST['digit']==NULL){echo'<div class="prof">Ошибка!</div>'; niz(); exit; }else{
$msg=htmlspecialchars($_POST['digit']);
?>
<script>javascript:window.alert('Сообщение добавлено!');void(0);</script>
<?
DB::$dbs->query("INSERT INTO `arena_chat` set `pogon`='2', `msg`=?,`time`=?",array($msg,time()));
}}
niz();
?>