I am new to php and I am trying to write a database management tool in php. The database i am using is Mysql. I am planning to have 3 selection lists. The first selection list displays all the databases in MySQL database. When any one database is selected the 2nd selection list displays all the tables in the selected database. When a table is selected the 3rd selection list displays all the columns in the table.
Can anyone tell me how I can build the selection lists dynamically in php.
Can anyone tell me how I can build the selection lists dynamically in php.