I have to tables, one for the category-names and one for the info about each "thing" in each category. In the "info" table, there is a foreign key (hope it is the right "name"??) to the category table. So each "thing" in the info table, has a category id so that I can see which category it belongs to.
My problem is that I want to output the categories and also want to show how many "things" there are stored in each category. Not sure how to to this.
Example: category1 (12 items)
category2 (31 items) and so one..