PDA

View Full Version : How to generate mp3 page


net_spider
March 16th, 2006, 07:07 AM
Hi,

i want to create web page like this (http://img238.imageshack.us/img238/1338/artlp6aj.jpg)for mp3 songs. i need it for my personal use.( without server / use it in my computer only) any one know how to create or any software to generate?

degsy
March 16th, 2006, 10:08 AM
Welcome :)

You could do the playlist part in javascript, but I would suspect that the site is database driven.

I would be a lot of work. You need to create a database then add all the Albums, tracks and track info.

You then need a page to display the albums/tracks etc.
You then need a membership section where you can save your playlists.


I would recommend that you look into PHP & mySQL. You may find some prewritten scripts, but I have never seen any before for this type of thing.