I have a task which I can’t solve, and I hope to get some help from you. I want to display all databases from my localhost in a select option, when I select some of these databases I what to show all tables in the selected database in another select option, and when I select some of that tables , I want to dynamically display the selected tables fields (columns). I think it would be better to do that with jquery.
To display all databases and tables and fields I have used mysql_database_list, mysql_table_list, but I can not do that dynamically. Please help if any idea?
1 Answer