FAQ Managing Script for webs. MySQL or Flat File Based?

Hi all I’m developing a FAQ manager system for websites.

http://demos.nelliwinne.net/EasyFAQ/

I can do this in two ways. One is to use MySQL Database to store FAQ Data. Other way is to use flat file system like text files to store data.

What do you think is the better way.

MySQL or Text Files?

Hi,

Think about users,

Do they like messing with creating mysql db’s, users or just “copy paste” script and it works?

You’re right. Thanks.