Просмотр файла sten/stadd.php
<? include"../template/start.php"; include"../template/log.php"; include"../template/function.php"; include"../template/func.php"; include"../template/data.php"; $idi=$_SESSION['idi']; $text=check($_POST['text']); if (($id!="") and ($text!="")) { $data = $den.' '.$mesac.' '.$god.'г.<br/>'.$time; if(mysql_query("insert into `sten`(`sten`,`idi`,`data`,`text`) values('$idi','$id','$data','$text');")) {echo "Сообщение добавлено!<br/>";} else {echo mysql_error();} } ?>