How do I display out all the information in a database (All tables and records) using PHP? I read displaying tables as HTML table but how do I do it for all the tables?
I tried the example here:
http://davidwalsh.name/html-mysql-php
But it shows the table names, how do I also display all the values?
If you want to pull all
tableswith thevaluesinmysql, you can use the following code:I am using this and works fine in
mysql, formysqliyou need to tweak it a very little.