อันนี้คือฟ้องของมันครับ
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in พาธชื่อเว็บ/webboard/index.php on line 45
และนี่คือบันทัดเจ้าปัญหาครับ
while ($row=mysqli_fetch_array($result)){
และนี่คือชุดคำสั่ง While แบบเต็มครับ
while ($row=mysqli_fetch_array($result)){
$id=htmlspecialchars($row["qID"]);
$topic=htmlspecialchars($row["qTopic"]);
$name=htmlspecialchars($row["qName"]);
$num_answer=$row["qAnswerCount"];