validateNumber($faq_id, 'Faq ID')) { $faq_id = $faq_id; } else { $faq_id = ""; } } ?> query('SELECT * from Faq where ID='.$faq_id); // Get an array containing the results. // Loop for each item in that array $count = 0; while ($row = $connector->fetchArray($result)) { $word = strip_tags($row[Question]); $word_str = $word; echo ''; } ?>
 
'.$word_str.'
'.$row['Answer'].'