Hi,
I have two tables: 'Category' and 'Product'. In Category I have catid and cat name. In product table I have item-id, item-name, catid.
What I need to do is show a result that will have item name and category name. But the category name will be multiple. So that one product can have multiple categories on it.