Online Bible Online
Online Bible College : A Global Institute of Learning
COMMON QUESTIONS / SUBMIT A QUESTION
The Online Bible College keeps a comprehensive list of answers to questions. Before contacting our Helpdesk. You can do the following :
- Browse the list of frequently asked questions.
- Type in your own question in question form.
If your question is not answered satisfactorily from our list, you will then be given the opportunity to ask the OBC Helpdesk.
The Online Bible College keeps a comprehensive list of answers to questions. Before contacting our Helpdesk. You can do the following :
- Browse the list of frequently asked questions.
- Type in your own question in question form.
If your question is not answered satisfactorily from our list, you will then be given the opportunity to ask the OBC Helpdesk.
Support the Vision of OBC : Donation Page
Copyright © 2007 Online Bible College. All Rights Reserved.Christian Websites Developed by DIGITAL ZOO XHTML & CSS
SEARCH FOR FAQS
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) {
echo "
";
}
?>
- | $record3[question] |