$result = mysql_query("show tables"); while(list($table)=mysql_fetch_array($result)) { echo "$table"; }