I have a site that displays a list of products/services. Each product/service has a category (Database table [deals] has a field [categoryid]. I want users can filter the product/service list by selecting one or more categories
see the site here:
http://www.bankforumtest.com/deals/athens
see attached files
#1 the source code of the page (in php)
#2 and #3 how I would like the users be able to select categories to filter the list (I prefer #2)
