Is there an existing PHP admin tool to do the following from a web interface:
Connect to my local MySQL databases
Let me select a database from a drop down list
Let me select tables from the selected database
Allow me to add content to fields from the selected table
I have code for such a tool and attached a pic of the UI. The code has a bug that always returns to the top table from the list regardless of which table I select from the list.
Any help would be greatly appreciated
