Need help with linking

Hi All,

I have created a search engine for MP3 with mysql database. Now I want
to connect each search result with its respective info page which will
consist with name of the artist, size, year, and so on. Dose anyone
knows how to do it? I did created few static pages with all these
info. But its impossible to create for thousands of MP3s. Please help
me.

Best,

you need to create a template and content tables then link then together to mp3 table pk id. now can create dynamic pages for each mp3 id (pk)