View Single Post
Old 08-24-2008, 11:34 AM   #1 (permalink)
crazyryan
The Contributor
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
crazyryan is on a distinguished road
Default Categories & Subcategories

Hey

I'm having some problems with categories and subcategories.

Basically I want to assign pages to either a category or subcategory.

For example:

Main Category
- Sub Category 1
-- Page 1
-- Page 2
- Sub Category 2
-- Page 1
-- Page 2

Another Category
- Sub Category 1
-- Page 1
-- Page 2
- Sub Category 2
-- Page 1
-- Page 2

I've got a categories table with columns categoryid, categoryname, parentid, where parentid is the main category.

In my pages table I have categoryid (the category the page belongs to).

The problem I am having is the mysql query and actually outputting the menu like I have added above.

Could anyone help me do this?

Last edited by crazyryan : 08-24-2008 at 12:31 PM.
crazyryan is offline  
Reply With Quote