$conn=mysql_connect( 'localhost',' root','');
mysql_select_db('database',$conn);
$sql="information_schema.TABLES WHERE table_schema = 'database'" から information_schema.TABLES.TABLE_NAME を選択します。 mysql_query($sql) ;
while ($result = mysql_fetch_assoc($res)) {
$tables[]=$result['TABLE_NAME']
}; ;tr>
テーブル名 |
";
foreach ($tables as $k=>$v){ sql_count=" select count(id) AS nums,'".$v."' from ".$tables[$k];
$result_count = mysql_fetch_assoc($res_count); echo "".$result_count[$v].' | '.$result_count['nums'].' |
';
}
エコー「?>」
http://www.bkjia.com/PHPjc/325888.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/325888.htmlしたがって、上記の要件の実行結果を達成するために、単純にコードを数行書きました。次のようにコードをコピーします。 ?php $conn=mysql_connect('localhost','root',''); mysql_select_db('database', ...