Err..I think I know what you are asking...
If I am correct, you want a form that djs can fill out, and their information will be automatically added to a database, and on a different page, it will list all the djs, and you can search, etc?
If so, make a form with all the information, then on the second page (That the form sends to), you would simply get the variables, and write them into a MySQL Table..Then output them on the list page..?