eddy556 Posted July 20, 2007 Share Posted July 20, 2007 I have a media server which currently serves mp3 files over my network or the internet. However I currently just have a multitude of folders (A-Z) each storing different mp3s which are searched everytime a different letter page is requested. I realise that I should possibly have a database which would be queried instead of the files themselves...however how would this setup work with PHP? Also how would I feed in the information from my current mp3s into the database? Thanks :-) Quote Link to comment Share on other sites More sharing options...
MadTechie Posted July 20, 2007 Share Posted July 20, 2007 workout the design on the table then work from their.. to add the data you have already you could create a basic page to list the files and format the text like an insert sql statement then post that in myphpadmin.. just an idea! Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 20, 2007 Share Posted July 20, 2007 even easier then that, you can just write a few lines scanning all of the files in each directory and inserting the data from there. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.