I just know the basics of building a database with MySQL, but I have been unable to find any tutorials on the net about putting (or linking) text files in an entry on a table. For example...
I have created a table called Guitar. I then create 4 fields called "ID", "Artist", "Album", and "Tab". I then proceed to start entering info into my table....
ID (auto)=1 - did not enter here
Artist=Joe Blow
Album=The Birds
Tab=? - My Problem
...I don't just want to enter the name of the song, but I want to put a text file here containing tabs to the song. How do you do this?
So when it actually comes time for people to browse this database, they'll find Joe Blow and then click on song titles which are links to text files.
I have created a table called Guitar. I then create 4 fields called "ID", "Artist", "Album", and "Tab". I then proceed to start entering info into my table....
ID (auto)=1 - did not enter here
Artist=Joe Blow
Album=The Birds
Tab=? - My Problem
...I don't just want to enter the name of the song, but I want to put a text file here containing tabs to the song. How do you do this?
So when it actually comes time for people to browse this database, they'll find Joe Blow and then click on song titles which are links to text files.