Jump to content

[SOLVED] PHP function to display a database / table structure?


hatrickpatrick

Recommended Posts

You could run a SHOW TABLES query from within php, more a mysql question though really.

 

There is no specific function that does what your looking for. There is however a bunch of mysql functions that will get you the data you want. Take a look at the mysql functions in the manual.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.