PHP to view any mysql db?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ecuguru1
Forum Newbie
Posts: 3
Joined: Sat Apr 15, 2006 12:20 am

PHP to view any mysql db?

Post 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!
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

pimptastic / bech100 / mark already has an excellent script for vewing SQL administration data, ask him for the link
Post Reply