Does anyone know of some good examples of some easy to use scripts for php/mysql database management.
A couple years ago I had an ASP based website that I had fun learning from. It had a db management function that I realy liked. It had a couple of key features that I can't find elsewhere yet like:
it was completely scaleable, in respect to it didn't matter how many tables or fields were in the database, it would adjust to it without having to modify the code.
Heres a link to the tool coveryourasp.com
I realy learned alot and had fun using this tool, but now want to learn more and use php/mysql. Does anyone have some suggestions for similar tools, or know of someone that could convert the asp code to php?