/ 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.
neogeek on 07/01/06
21 people have marked this snippet as a favorite
meth
jonbaer
Fixe
n2linux
hxseven
vaaaska
blakeb
Hollow
demods
Phoenix
vali29
motoroller
digiloper
sumandahal
nb109
sarandi
umang_nine
osirisinternet
bobbym245
lfcortes
ringo380
Fetch a list of tables in a specific database.
function mysql_list_db_tables($database) { return $tables; } }
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...