Hi I want to be able to print the names of all the tables in my database.
Does anybody know how to do this?
Thanks
at the mysql command line, type: SHOW TABLES;
if you want it to appear in a web page, try looking up this function:
http://www.php.net/manual/en/function.mysql-list-tables.php
depends which database it is...