I've used phpmyadmin, but I'm not talking about a full administration for a mysql database. I'm talking about a program that will generate pages (add, edit, search, etc.) based on a mysql database. For example, all I have to do is give the connection info, database name, table, and that it should make me an edit page. The program will create a custom made (just for that table and database) page in PHP instead of having to do it manually.