php统计一个字段多个值的数量的问题
<?php//统计和值的数量require'conn.php';$result=mysql_query("SELECT*FROMtable");$sql=mysql_qu...
<?php //统计和值的数量
require 'conn.php';
$result = mysql_query("SELECT * FROM table");
$sql=mysql_query("select * from table where hezhi='10'");
$num=mysql_num_rows($sql);
echo $num;
?>
以上代码是在表table中统计hezhi字段为10的数量的代码 ,echo $num;运行正常,那我这个字段里还有其他值是从3到18,那怎么用循环来统计所有和值的数量呢? 展开
require 'conn.php';
$result = mysql_query("SELECT * FROM table");
$sql=mysql_query("select * from table where hezhi='10'");
$num=mysql_num_rows($sql);
echo $num;
?>
以上代码是在表table中统计hezhi字段为10的数量的代码 ,echo $num;运行正常,那我这个字段里还有其他值是从3到18,那怎么用循环来统计所有和值的数量呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询