Sub Categories

This is a discussion on "Sub Categories" within the Classic ASP section. This forum, and the thread "Sub Categories are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2006, 14:32
New Member
Join Date: Sep 2006
Location: Darlington UK
Age: 32
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Sub Categories

Hi all!

Ok, I'm trying to complete a shopping site for a design course. The basic problem (appart from the fact that I'm completely new at this) is this:

On my main product page there are a number of product categories, most of which lead to the list of products, but some categories have sub categories, ie: the kitchen category has crockery, cutlery, glassware etc.

In my database I have a category table and a sub category table.
My database tables are like this:

Main categories table: (Categories)
CategoryID, Category, Pic

Sub Categories table: (Categories2)
Category2ID, Category2, Pic2

But in my code, if you click the kitchen link for example, it displays All the sub categories - not just the kitchen ones.

How do I get it to just display the sub categories that I need? I'm sure this is simple but I can't get my head to fit around it.

Please help!

Oh...and please explain it to me like I'm five years old...my brain is screwed!
Reply With Quote

Reply

Tags
sub, categories

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Drupal categories on home page geyids PHP Forum 4 Jun 13th, 2008 13:08
Help With Adding Sub-categories to Sub-categories gunnapaul2 Other Programming Languages 13 Nov 15th, 2007 11:31
Improper Terming of Categories gwx03 Webforumz Suggestions and Feedback 5 Feb 21st, 2004 08:52


All times are GMT. The time now is 06:22.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43