Guldstrand Posted July 22, 2021 Share Posted July 22, 2021 How can i show/list all categories with subcategories in a good way? PARENT1 --child1 --child2 PARENT2 --child1 --child2 I have the following columns: `catID` int(10) UNSIGNED NOT NULL, `catPARENT` int(10) UNSIGNED NOT NULL, `catNAME` varchar(50) NOT NULL, `catICON` varchar(50) NOT NULL, `catTEXT` text NOT NULL Quote Link to comment Share on other sites More sharing options...
Barand Posted July 22, 2021 Share Posted July 22, 2021 Example here Quote Link to comment 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.