query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo '
'; echo '

' . $row["question"] . '

'; echo $row["answer"]; echo '
'; } } ?>

Logga in för att publicera eller redigera frågor och svar.