php 查询语句select count(*) from 表 where type='文艺生活'如何输出结果
程序员文章站
2022-05-23 15:44:44
...
php 查询语句select count(*) from 表 where type='文艺生活';怎么输出结果
$sql="select count(*) from 表 where type='文艺生活'";
$result=mysql_query($sql);
while($row=mysql_fetch_array($result)){
?>
$sql="select count(*) from 表 where type='文艺生活'";
$result=mysql_query($sql);
while($row=mysql_fetch_array($result)){
?>