Need case study of categories/subcategories
Posted: Sun Feb 21, 2010 12:28 pm
Hello friends,
I've coded a simple php script which is
catinput.php > i can add categories
db.sql > categories are stored in database
config.php > connect with database
index.php > shows the categories as menu
and it did works fine.
now getting more complex
Can anyone give me an free open source script has a categories and subcategories
cause i faild to add subcategories into mine, so i'd like to see a code so i can study it how it does works.
thanks in advance it will really helps me in my school to study how it works.
example
i wanna add categories ( X1 ) then add subcategories ( sub X1 )
stored in database
at index it can connect the db and get
X1 ( on click or mousemove ) it shows ( sub X1 )
that what i ment.
I've coded a simple php script which is
catinput.php > i can add categories
db.sql > categories are stored in database
config.php > connect with database
index.php > shows the categories as menu
and it did works fine.
now getting more complex
Can anyone give me an free open source script has a categories and subcategories
cause i faild to add subcategories into mine, so i'd like to see a code so i can study it how it does works.
thanks in advance it will really helps me in my school to study how it works.
example
i wanna add categories ( X1 ) then add subcategories ( sub X1 )
stored in database
at index it can connect the db and get
X1 ( on click or mousemove ) it shows ( sub X1 )
that what i ment.