vividona Posted December 27, 2011 Share Posted December 27, 2011 Hi, Please help I need to make categories with su-categories I made in my database tables like this table = categories cid | cat_id | parent_list | categ_name | type 1 0 1 General category c 2 1 1,2 sub category s 3 1 1,3 sub category s 4 1 1,2 sub category s 5 1 1,5 sub category s 6 5 1,5,6 sub sub category s 7 0 7 General category2 c 8 7 7,8 sub category s I need to view this in dropdown menu using parent_list column Quote Link to comment https://forums.phpfreaks.com/topic/253886-infinite-categories-and-sub-categories/ Share on other sites More sharing options...
trq Posted December 27, 2011 Share Posted December 27, 2011 And you are stuck where? Quote Link to comment https://forums.phpfreaks.com/topic/253886-infinite-categories-and-sub-categories/#findComment-1301558 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.