'; } echo '
Allergy Clinic
Research Staff
Research Volunteer
Pharmacutical Sponsors
Pollen Count
FAQ
Current Studies Volunteer
Medical Release
BioPharma

'; $result_lnk = $connector->query('SELECT * from Faq where CatID=5 and Site=2 order by CatID'); // Get an array containing the results. // Loop for each item in that array $count = 0; while ($lnk = $connector->fetchArray($result_lnk)) { echo '
'.$lnk[Question].'
 
 
'; ?> query('SELECT * from Faq_Cat where ID=5 and Site=2'); $row_cat2 = $connector->fetchArray($result4); echo '
'.$row_cat2['Category'].'
    '; $result = $connector->query('SELECT * from Faq where CatID=5 and Site=2 order by CatID'); // Get an array containing the results. // Loop for each item in that array $count = 0; while ($row = $connector->fetchArray($result)) { echo '
  • '.$row['Question'].'

  • '.stripslashes($row['Answer']).'

    '; } ?>