jquery dropdownbox auto populated with mysql data
- by Xin
I've got 2 dropdownboxes. Dropdownbox 1 shows all the tables from a database. When dropdownbox 1 is selected; dropdownbox 2 will be populated with tablefields from the selected table.
dropdownbox 1:
This dropdown is populated with the following mysql query: "show tables from testdb"
dropdownbox 2:
This dropdown will auto populate when dropdownbox…