Search found 1 match
- Sun Sep 07, 2008 9:15 am
- Forum: PHP - Code
- Topic: Counting articles in heirarical category system..
- Replies: 2
- Views: 110
Counting articles in heirarical category system..
This has had me stumped for a long time... Here is the category structure : Table name :CATEGORIES Fields : ID,CATEGORY,TITLE ( where CATEGORY is the parent ) Here is my articles stucture: Table name: LISTINGS Fields, CATEGORY, (etc) ( CATEGORY has the ID of CATEGORIES table ) So your basic heiraric...