Dating
Hygiene
Jobs
Puberty

Also see
General
Questions
section


"; echo "Selecting one of the categories to the left will give you a list of questions here. When you select one of the questions, the answer will be displayed below."; } else if (!$question) { echo "

\n"; echo "male - $subject questions

\n"; echo "

\n"; $Data = file($QuestionsFile); if (count($Data) == 0) { echo "Questions coming soon"; } else { for ($n=0; $n < count($Data); $n++){ $questionnumber = $n+1; $Getline = $Data[$n]; $specs = explode("|", $Getline); echo "$specs[0]
\n"; } } echo ""; } else { echo "

\n"; echo "male - $subject questions

\n"; echo "

\n"; $Data = file($QuestionsFile); for ($n=0; $n < count($Data); $n++){ $questionnumber = $n+1; $Getline = $Data[$n]; $specs = explode("|", $Getline); if ($questionnumber == $question) { $answer = $specs[1]; $currquestion = "$specs[0]
\n"; echo "$specs[0]
\n"; } else { echo "$specs[0]
\n"; } } echo "


\n"; echo $currquestion; if (strlen($answer) > 2) { echo "$answer\n"; } else { echo "No answer yet. If you have an answer, you can provide it here\n"; } } ?>

This website brought to you by
Premier Website Solutions - all your website needs