PHP drop down which each are dependable
Posted
by user147685
on Stack Overflow
See other posts from Stack Overflow
or by user147685
Published on 2010-04-21T04:19:13Z
Indexed on
2010/04/21
4:23 UTC
Read the original article
Hit count: 260
Hi all,
I have this problems. using html and php.
May I know how to do this. I have 2 drop down, eg A and B. Drop down B is depend to the drop down A. Example, A have these options which will be called from dbase(no prob with this, tq) (Jack, Carol), and B wil have options depend on A: if select Jack(T1, T2, T3), if select carol(T1,T2,T3,T4,T5).
Here are the sample interface.
Can someone help me with this?
thank you.
© Stack Overflow or respective owner