Sudden Cardiac Arrest Death in:
So Far Today:
Total in :

Search

Frequently Asked Questions (FAQs)

query(" select * from faq f where f.display = 1 and f.main = 1 order by f.sort "); $counter = 1; while($row = $query->fetch_assoc()) { echo '

'.$counter.'. '.$row['question'].'

'; $counter ++; } ?>
More Questions
query(" select * from faq f where f.display = 1 order by f.main desc, f.sort "); $number = 1; while($row = $query->fetch_assoc()) { //button1 if($row['button1link'] != '') $button1 = '

'.$row['button1name'].'

'; else $button1 = $row['button1link']; //button2 if($row['button2link'] != '') $button2 = '

'.$row['button2name'].'

'; else $button2 = $row['button2link']; //button3 if($row['button3link'] != '') $button3 = '

'.$row['button3name'].'

'; else $button3 = $row['button3link']; //button4 if($row['button4link'] != '') $button4 = '

'.$row['button4name'].'

'; else $button4 = $row['button4link']; echo '  

'.$row['answer'].'

'.$button1.'
'.$button2.'
'.$button3.'
'.$button4.'
'; $number ++; } ?>