Online Bible Online
Online Bible College : A Global Institute of Learning
Support the Vision of OBC : Donation Page
Copyright © 2007 Online Bible College. All Rights Reserved.Christian Websites Developed by DIGITAL ZOO XHTML & CSS
TOPICS
Displaying the 2 most asked questions per topic. Click on a topic to display its top most asked questions
while ($record2 = mysql_fetch_array($result2)) {
$topicname2 = nl2br(htmlspecialchars($record2[topicname]));
echo "
";
$sql3= "select * from tb_faq where topic_id like '$record2[topic_id]' order by hits desc";
$result3 = mysql_query($sql3, $obc) or die(mysql_error());
$count = 1;
while ($record3 = mysql_fetch_array($result3) and $count <= 2) {
$question = nl2br(htmlspecialchars($record3[question]));
echo "
";
$count++;
}
}
?>
- | $question |