<?php
//在表格中显示表的数据,常用方式
function ShowTable($table_name){
$conn=mysql_connect("localhost","root","toor");
if(!$conn){
echo "连接失败";
}
mysql_select_db("test",$conn);
mysql_query("set names utf8");
$sql="select * from $table_name";
$res=mysql_query($sql,$conn);
$rows=mysql_affected_rows($conn);//获取行数
$colums=mysql_num_fields($res);//获取列数
echo "test数据库的"."$table_name"."表的所有用户数据如下:<br/>";
echo "共计".$rows."行 ".$colums."列<br/>";
echo "<table style='border-color: #efefef;' border='1px' cellpadding='5px' cellspacing='0px'><tr>";
for($i=0; $i < $colums; $i++){
$field_name=mysql_field_name($res,$i);
echo "<th>$field_name</th>";
}
echo "</tr>";
while($row=mysql_fetch_row($res)){
echo "<tr>";
for($i=0; $i<$colums; $i++){
echo "<td>$row[$i]</td>";
}
echo "</tr>";
}
echo "</table>";
}
ShowTable("test1");
?>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有