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!