View Single Post
  #1 (permalink)  
Old 05-30-05, 11:54 PM
awiekupo awiekupo is offline
Newbie Coder
 
Join Date: May 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Auto populate drop down list?

Hi again,

Need some advice here.. I got 2 drop down list.
Whenever I select the first drop down it will only show certain item in the 2nd drop down list.

Eg:
1 drop down = A (Initially, it contain A,B till Z but let say we select A)
2 drop down = A.a, A.b, A.c until A.z

more eg..
1 drop down = C (Initially, it contain A,B till Z but let say we select C)
2 drop down = C.a, C.b, C.c until C.z

Anyone know where I can get some online tutorial/example to do these kind of coding in PHP?

Cheers!
Reply With Quote