smart faq system
Search Engine Friendly, Smart FAQ System

This system is a PHP script that runs in any server with a MySQL database. Installation is very simple.

Method 1:

- Upload all files to a directory in your domain. For instance: www.mydomain.com/faq

- Give writing permission to the connect.php file. (CHMOD 666)

- Create a MySQL database named faq or something else, and a user with full permissions

- Run www.mydomain.com/faq/install.php and answer the questions about your database (database name, user name, user password).

- Enter the Administrator and create your categories, descriptions and keywords. For that, go to: mydomain.com/faq/adminLogin.php      User: user  Password: user

- change your password

- fill the most common questions to get started.

- link the FAQ from the main domain

- customize the .css file to suit your web design

Method 2: (if method 1 does not work)

- create a MySQL database named faq or something else, and a user with full permissions

- edit the connect.php file with the proper connection data:

mysql_connect("localhost", "dom-user_dbuser", "password");
mysql_select_db ( "dom-user_faq", $link );

- run the distribution faq.sql file from the MySQL admin, into the newly created database.

- upload all the files to your domain

- Enter the Administrator and create your categories, descriptions and keywords. For that, go to: mydomain.com/faq/adminLogin.php      User: user  Password: user

- change your password

- fill the most common questions to get started.

- link the FAQ from the main domain

- customize the .css file to suit your web design

 

Testing

Test our system as Administrator with these data:

http://www.foundfirst.com/faq-test/

http://www.foundfirst.com/faq-test/adminLogin.php      User: user  Password: user

Back to FAQ
Back to Home