Link to home
Create AccountLog in
Avatar of codeoxygen
codeoxygen

asked on

getting multilevel dropdown list data retrive from database in php

Hi,

How to getting multilevel dropdown data retrive from database. The data is stored like this in the database:

ID    name              parentid
____________________________
    1   Prd1               0
    2   Sub 1              1
    3   sub 2               2
    4   Prd 2               0
    5   Sub 1              4
    6   sub 2               5

In my code output display only two level, how to modify retrive multilevel of data?


Plz guide me..
twolevel.rtf
Avatar of Ivo Stoykov
Ivo Stoykov
Flag of Bulgaria image

Look here and here. There are lots of samples and clear explanations.

HTH

Ivo Stoykov
ASKER CERTIFIED SOLUTION
Avatar of Rose Babu
Rose Babu
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of codeoxygen
codeoxygen

ASKER

In this code exactly did what i want.. Great. Really nice.
Thanks you srosebabu.
I'm glad to hear it :-)