I have a 3 tables with 2 fields each.
Table1 - DivId, DivGroup.
Table2 - Divid, DivSubgroup
Table3 - DivID, DIvCode
I want to have 3 list boxes chained, that are populated via PHP/MySQL.
When I choose DIV Group, I want the second list box to show DivSubgroup, and so forth until.. DivCode.
I'd like this done using Ajax to dymacially update the list boxes.
Start Free Trial