You can find answers to Frequently Asked Questions here. This section contains answers to questions that are asked most commonly.
Want to know how to do something on Christian Polygyny? This section contains tutorials on different subjects about using Christian Polygyny. Tutorials ranging from sprucing up your site to advertising on Christian Polygyny is all here.

"; while($row=mysql_fetch_array($result)){ $id = $row['id']; $title = $row['title']; echo "".$title."
"; } mysql_close(); } function showtutorials(){ include("settings.php"); mysql_connect("localhost", "$USERNAME", "$PASSWORD") or die(mysql_error()); mysql_select_db("marinetw_help") or die(mysql_error()); $result = mysql_query("SELECT id, title FROM polygyny WHERE section = 'Tutorials' "); echo "

"; while($row=mysql_fetch_array($result)){ $id = $row['id']; $title = $row['title']; echo "
".$title."
"; } echo "
"; mysql_close(); } function showtopic(){ include("settings.php"); global $HTTP_GET_VARS; $id = $HTTP_GET_VARS["what"]; mysql_connect("localhost", "$USERNAME", "$PASSWORD") or die(mysql_error()); mysql_select_db("marinetw_help") or die(mysql_error()); $result = mysql_query("SELECT section, title, content FROM polygyny WHERE id = '$id' "); echo "

"; while($row=mysql_fetch_array($result)){ $section = $row["section"]; $title = $row["title"]; $content = $row["content"]; } ?>
Q. "; } echo $title; ?>
A. "; } echo $content; ?>




Return to the help and support main page

Still not finding the answer you need? Click here to contact the moderator with a question.