I am interested in building a database into my website (I think!).
I have several text files which I ultimately want, after saving as html files and applying a template in Dreamweaver, to be able to retreive on demand in the website - I'm sure this means a database and I think mySQL is probably what I need.
Can anyone confirm?
A bit more info: the text files are roughly 1-2 pages long each and I could ultimately end up with a lot of these (thousands). I would like visitors to the website to be able to browse by title, perform full text searches, or search on a few key criteria (name, date, etc.).
I'm thinking that by writing some php into my web page I can call up info from mysql - but, ... I suspect what I want to do is keep the text in the files which they are in and use the database with some sort of key criteria AND a link to the text file reference and get php to show the file on screen when the database entry is triggered (in some sort of search or sort).
Is this possible or am I barking up the wrong tree? Would like to know before I go and learn php and mySQL!