See below for common post-sales questions. Go to FAQ - pre sales if you've not yet purchased the file sharing script.
query('SELECT * FROM faq_item WHERE category_id = 5 ORDER BY row_order ASC LIMIT 30');
$stmt->setFetchMode(PDO::FETCH_ASSOC);
$faq = array();
while ($row = $stmt->fetch())
{
?>