Hi
So I have a div with 6 links(categories of products), the beside this I have another div which I want to fill with the products for a chosen category when a link is clicked.
I have a mysql table containing all the products with each category having a unique product_id. If category 1 is click then I need all the products with product_id=1 to show.
Can anyone offer me advice on doing this??
As alway, thanks for looking
Glen