The following are three PHP scripts for creating and maintaining web-based Frequently Asked Questions (FAQs) systems. They are all free of charge and can use MySQL as database in the backend. I also try to google them to see if there are any example websites that make a good use of them.
phpMyFAQ: It is an open source FAQ system using PHP and available for many databases. The following lists a few example websites that I found by googling the term “powered by phpMyFAQ”.
- DRM SDK - powered by phpMyFAQ 1.6.1
- Xtreme Internet Help Desk - powered by phpMyFAQ 1.6.2
- faq.phpwcms-docu.de - powered by phpMyFAQ 1.6.2
ODFaq: It is a PHP script that allows you to manage frequently asked questions. Users can create, edit, and delete entries using a user-friendly web based interface. The following lists three example websites that I found by googling the term “powered by ODFaq”. It may be a good option for some special needs of FAQ systems.
- Digital Space :: FAQs - powered by ODFaq v2.1.0
- Computer Services at the College of Family and Consumer Sciences - powered by ODFaq v2.1.0
- Liquid Frog FAQ’s - powered by ODFaq v2.1.0
Lethal Penguin’s FAQMasterFlex: It is a free, database-driven web-based application for creating and maintaining Frequently Asked Questions (FAQs) on your web site. The following lists a demo provided by Lethal Penguin.
Which one is the best you ask? I would say it depends on your needs. phpMyFAQ features a community-based FAQ system; users can both take and give in the growing of the FAQ knowledge base. It also provides many other features such as statistics about most viewed questions. ODFaq features like a company’s FAQ system for its customers and has a professional user interface on viewing and printing of web pages. Lastly, FAQMasterFlex has a different interface using popping up of small window for viewing FAQs. It may be a good option for some special needs of FAQ system.
This entry was posted on Thursday, July 6th, 2006 at 9:54 AM and filed in Cool Software. Bookmark this entry. Follow the comments here with the RSS 2.0 feed. Comments are closed, but you can leave a trackback.


Steven Choy’s Blog: PHP Scripts for creating and managing FAQ systems
Posted on 13-Jul-06 at 8:33 pm | Permalink