Вход Регистрация
Файл: users/forum/new_cmpl_them_ok.php
Строк: 5
<?
$type
=$_POST['reason'];
$msg_cmpl=$_POST['msg_cmpl'];
if(
strlen2($msg_cmpl)<1)
{
$err[]="Введите сообщение";
}
if(
strlen2($msg_cmpl)>1024)
{
$err[]="Сообщение слишком длинное";
}
$msg_cmpl=my_esc($msg_cmpl);
if(!isset(
$err))
{
mysql_query("INSERT INTO `forum_them_cmpl` (`type`, `id_them`, `msg`, `time`, `ok`, `id_user`) values ('$type', '$forum[id]', '$msg_cmpl', '$time', '0', '$user[id]')");
header("location: /users/forum/?id=$forum[id]");
}
err();
?>
Онлайн: 2
Реклама