Hi, i am designing a DJ web site for my uni project. now i have managed to write a search script but i need futher help. For example if the user searches for DJ's which play House music he will end up with about 25 results. The results display as a list. What i want to do is make that list into links. So for example if the user clicked on any name in the list it would load up the dj's profile. How do i make the link in php so i dont have to write a seperate html file for each dj?
2007-05-08
05:00:23
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
My database fields are
DJ_ID (which is the primary key,and auto increment)
DJ_Nickname
Real_Name
Genre
etc...
2007-05-08
05:01:28 ·
update #1