$adate=date("j-F-Y");
$sql1="insert into $tblanswer(qid,amessage,aname,adate) values ('$qid','$amessage','$aname','$adate')";
$result=mysql_db_query($dbname,$sql1);
if($result){
$sql2="update $tblquestion set qreply+1 where qid=$qid";
$result=mysql_db_query($dbname,$sql2);
echo"<center>";
echo"คำตอบถูกบันทึกลงสู่ฐานข้อมูลแล้ว<br><br>";
echo"<a href=topic_details.php?qid=$qid>กลับไปยังกระทู้</a><br>";
echo"<a href=webboard.php>หน้าหลักของเว็บบอร์ด</a>";
echo"</center>";
}
else{
echo"<center>";
echo"ไม่สามารถบันทึกคำตอบลงสู่ฐานข้อมูลได้<br>";
echo"กรุณาตรวจสอบระบบฐานข้อมูล";
echo"</center>";
}
mysql_close();
คือว่าตรง set qreply+1 อ่ะค่ะ มันไม่บวกให้อ่ะค่ะ
แล้วตรงที่ให้กลับไปหน้าหลักของเว็บบอร์ดมันขึ้นว่า Not Found The requested URL /tour_new/webboard.php was not found on this server. ทั้งที่ลิ้งมันก้อถูกอ่ะค่ะ