I currently have a database that contains the table 'categories' and rows "category_id" and "category_name". I also have another table called "data" and one of the rows in data is "category_id". What I am trying to do is create a category page that will display the category list and when you click on a category it will display the results from data for that category id. Any help? thanks!!
What platform are you on? PHP/MySQL? I've done this before, it isn't too hard. Just call to the database for whichever table has the cat. AI ID.