i'm Having 3 tables those are like 1.State table 2. District Table 3.college Table
state table
cat_id state
1 Andhrapradesh
2 Gujarat
3 Punjab
4 mumbai
---------------
district Table
cat_id d_id district
1 1 vizag
1 2 eastgadavari
1 3 hyderabad
1 4 westgadavari
--------------------------------------
college table
Cat_id d_id c_id c_name
1 1 1 vits
1 1 2 geetham
1 1 3 anits
---------------------------------
now i want make a 3 dropdown lists from database dynamically.
any 1 plz help me.
all the three combo lists are dependent & They are in single Form.
Thanks to Every1......
Venter -2 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.