Page 1 of 1

PHP to view any mysql db?

Posted: Sat Apr 15, 2006 12:25 am
by ecuguru1
Hi,
I just got done loading up some open source php code that can dynamically create tables and sql dbs for inputting data.
I'm trying to find the same thing for viewing data. Just something that I can feed it login and the name of a table and get back a simple stupid grid of all of the columns and entries. phpmyadmin does this, as well as a couple other admin scripts, but I haven't been able to figure out how I can make this into a standalone script.

I was starting to write this and it seems doable just tedious and it seems someone must have already written this a hundred times. Any pointers as to where?

thanks!

Posted: Sat Apr 15, 2006 12:35 am
by malcolmboston
pimptastic / bech100 / mark already has an excellent script for vewing SQL administration data, ask him for the link