Rumah > Soal Jawab > teks badan
Ini adalah kod untuk bahagian mesej pada satu halaman Masalahnya ialah saya melog masuk ke akaun saya dan kemudian menulis tajuk dan kandungan mesej Namun, ia gagal muncul selepas penyerahan salah. Saya harap anda boleh mengajar saya.
<?php require("header.php"); if($_SESSION[username]=="") { echo "<script>alert('请先登录');history.back();</script>"; exit; } if($act=="save") { if($title=="" || $content=="") { echo "<script>alert('留言标题,内容,不能为空');history.back();</script>"; exit; } $sql="insert into liuyan (title,content,userid) values ('$title','$content','$_SESSION[username]')"; $res=mysql_query($sql); if($res) { echo "<script>alert('成功');location.href='guest.php';</script>"; exit; } else exit("失败了"); } ?>
Di atas adalah kandungan helaian data mesej