FAQ - Post Sales

Below are common post-sales questions. If you have not yet purchased the short url script, then go to FAQ - Pre Sales.

query('SELECT * FROM faq_item WHERE category_id = 6 ORDER BY row_order ASC LIMIT 30'); $stmt->setFetchMode(PDO::FETCH_ASSOC); while ($row = $stmt->fetch()) { echo ''; echo '
'; echo '

' . safeOutputToScreen($row['title']) . '

'; echo '

' . $row['main_content'] . '

'; echo '
'; } ?>