/ Published in: PHP
Fetch a list of tables in a specific database.
Expand |
Embed | Plain Text
function mysql_list_db_tables($database) { return $tables; } }
Comments
Subscribe to comments
You need to login to post a comment.

use http://www.php.net/manual/en/function.mysql-list-tables.php instead... or
mysql-list-tables is deprecated...
mysql-list-tables is deprecated...