Large BLOB Addition to MySQL

wxdqz

New Member
Hey guys, wondering if you could help me out.

I am trying to develop a script that would add 6,000+ text files/html files to a database.
The only problem is that they need to be organized in the following way :

I have a site that contains sheet music, for several different instruments

Currently my links to files are
/instrument/letter/band/song
ex

/guitar/l/led_zeppelin/stairway_to_heaven.txt

I want to add each text file to a database categorized by instrument, letter, band, and song.

Would I do this?
/$instrument/$letter/$band/$song, and then store in an array?

If so, how do I make it index every file?
 
Back
Top