0
I’m trying to create a php page that fetches the name of several tables from a database, displays table names and creates a link to each table. Once the user clicks on the link, it is taken to another page where the contents of that table are shown. The problem is I’m not seeing a way to display table names and create links automatically.
Someone can help out?
+1: If using with multiple Databases, the second query is better. If using a database only, the second query can consume too many resources, use the first.
– g.carvalho97
Also remembering the SHOW DATABASES
– Bacco