i am setting up a lyrics archive of all my favourite songs.
i have it currently implemented in html with links to each page. i want to change it to use either database vs file based approach.
In the file based approach i would use file handling to traverse the directories and geneate a table of contents and links. when i am adding lyrics i would hope to create a directory and put a text file into it with the lyrics which will be included in the main page.
Or am i better to redo the whole archive using mysql and php stoying the lyric in a databse.
which is the better approach for efficiency and ease of update. The archive isnt really that big. it would be possible to redo it
i have it currently implemented in html with links to each page. i want to change it to use either database vs file based approach.
In the file based approach i would use file handling to traverse the directories and geneate a table of contents and links. when i am adding lyrics i would hope to create a directory and put a text file into it with the lyrics which will be included in the main page.
Or am i better to redo the whole archive using mysql and php stoying the lyric in a databse.
which is the better approach for efficiency and ease of update. The archive isnt really that big. it would be possible to redo it