to all php gury how can i display all my table in my database?
$localhost='localhost'; $user="user"; $pass='pass'; $dbname='mydb'; mysql_connect($localhost,$user,$pass);
mysql_select_db($dbname):
See the FAQ for an extensive explanation
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10245251
Scroll down to 3)
Hi,
Guess you want the tables, not the contents?
[man]mysql_list_tables[/man]