Products
" . mysql_unescape_string(strval($row['category'])) . " FAQs"; } if ($row["question"] != "") { echo "

" . mysql_unescape_string(strval($row['question'])) . "

"; } if ($row["answer"] != "") { echo "

" . mysql_unescape_string(strval($row['answer'])) . "

"; } $temp_index = $row['category']; } ?>