Im doing an online music library


Basically ive got a page were u can browse tracks tracks that have a name image artist for that track and so on but all it is is a page with the text

for example


Artist Track Description Download

50 cent Little bit bla bla bla bla ddfdf


but right now its just text as you see. I wanted to know how to have a page were these can be stored in a neater way like boxes so that images can be place nicely and the page layout will be nice

for example check www.jamroom.net then go to online demo and check the song chart. I want my browse page to look similar to this so everytime an image is uploaded it goes into this page with a similar layout of the functionality

Store the data in a mysql database so that you can do searches, and using php you can display dynamic pages. Then just organize the data you pull from the database into html tables.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.