SQL PHP HTML ASP JavaScript articles and free scripts to download
 

Installing FAQ script

Table Structure of the FAQ script.

Three tables are used for this script. The main table faqplus stores the FAQs. There are fields where the title, category id and details are stored, one more auto increment field is used to assign unique id to each FAQ.

The faqplus_cat table two columns ( fields ) are there. We will be storing the category name in that and each category will be assigned one unique id stored in the cat_id field.

faqplus_admin has two fields ( admin_id and admin_pw ) where the login access for admin area is stored.

Installing the script.

Create a database if not already there and open the sql dump file to create tables. Enter all the mysql connection details inside config.php file. After creating tables check or add the admin login details to faqplus_admin table by your phpmyadmin or any other interface.

Login to admin area by visiting admin/login.php page. After login visit the category page to add your categories. Then visit the post page to post some faqs.

Download Zip file of this FAQ script here







Join Our Email List
Email:  
For Email Newsletters you can trust
FAQ Script
PHP Sections