its easy to place an array values in the combo box.
but i need to know how can i do it if i have to retrieve the values from a database.
my platform is PHP MySql. please i need help :(
combo box name=dep_list_s elected
database name = dependency.
if i choose value 'A' then the corresponding values of it that are stored in the table should appear in the combo box.
if i choose another option then its respective values should be displayed.
but i need to know how can i do it if i have to retrieve the values from a database.
my platform is PHP MySql. please i need help :(
combo box name=dep_list_s elected
database name = dependency.
if i choose value 'A' then the corresponding values of it that are stored in the table should appear in the combo box.
if i choose another option then its respective values should be displayed.
Comment