Question
display list of categories and sub-categories
table contains categories:
jewellery
cards
toys
another table contains sub-categories:
jewellery, rings
jewellery, pendants
toys, cuddly
toys, vehicles
I have a show_products.cfm page which takes a paramenter, category
eg.
show_products.cfm?category=jewellery
is it possible to list all the categories and when you get to jewellery list it's sub-categories also ?
