在php中获取计数sql查询. $result=mysql_query("SELECT count(*) as total from Students"); $data=mysql_fetch_assoc($result); echo $data['total'];.
確定! 回上一頁