Hello...
I have a mysql database with 10 rows of CDs. Each row has five fields: cd_id, artist, title, label, genre. A user will visit a web page with an HTML form. The form will contain 5 checkboxes with a different genre next to each checkbox. When the user checks a box and submits the form, I need for the listings within the chosen genre to be selected from the database with only the artist and title fields displayed in the results.
I know there's a PHP variable/array combo that I should be using, but for the life of me, I can't get this to work. Ideas?