I want to display only the those parent category name and with their child category..
Example category
AAAAA,BBBB,CCCCC,DDDDD
Parent category AAAAA
having child category a,b,c
Parent category BBBB
having child category x,y,z
Now I want to display only (Result required)
AAAAA
a,b,c
BBBB
x,y,z
Please help me...