/*======กลุ่ม======*/
$sqlgroup="select gro_name from gro order by id_gro";
$querygroup=mysql_query($sqlgroup);
while($resultgroup=mysql_fetch_array($querygroup)){
/*======ชาย======*/
$sqlmale="select count(sex) as numsex from teacher where gro_name='".$resultgroup[gro_name]."' and sex=0";
$querymale=mysql_query($sqlmale);
$resultmale=mysql_fetch_array($querymale);
/*======หญิง======*/
$sqlfemale="select count(sex) as numsex from teacher where gro_name='".$resultgroup[gro_name]."' and sex=1";
$queryfemale=mysql_query($sqlfemale);
$resultfemale=mysql_fetch_array($queryfemale);
echo "กลุ่ม ".$resultgroup[gro_name]." ชาย ".$resultmale[numsex]." คน หญิง ".$resultfemale[numsex]." รวม ".($resultmale[numsex]+$resultfemale[numsex])." คน<br>";
}
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาภาษาไทย ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาคณิตศาสตร์ ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาวิทยาศาสตร์ ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาสังคมศึกษา ศาสนา และวัฒนธรรม ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาศิลปะ ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระคการเรียนรู้สุขศึกษา พลศึกษา ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาการงานอาชีพและเทคโน ชาย คน
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\management\schoolteacher.php on line 174
กลุ่ม กลุ่มสาระการเรียนรู้วิชาภาษาต่างประเทศ1 ชาย คน
ส่วนอันนี้ code ที่ลองนำไปดัดแปลงคะ Code (PHP)
$sqlgroup="select gro_name from gro order by id_gro";
$querygroup=mysql_query($sqlgroup);
while($resultgroup=mysql_fetch_array($querygroup)){
/*======ชาย======*/
$sqlmale="select count(teac_sex) as $resultmale[0] from teacher where id_gro='".$resultgroup[id_gro]."' and teac_sex=ชาย";
$querymale=mysql_query($sqlmale);
$resultmale=mysql_fetch_array($querymale);
echo "กลุ่ม ".$resultgroup[gro_name]." ชาย ".$resultmale[resultmale]." คน <br>";
}
$sqlgroup="select * from gro order by id_gro";
$querygroup=mysql_query($sqlgroup);
while($resultgroup=mysql_fetch_array($querygroup)){
/*======ชาย======*/
$sqlmale="select count(teac_sex) as num from teacher where id_gro=".$resultgroup[id_gro]." and teac_sex='ชาย'";
$querymale=mysql_query($sqlmale);
$resultmale=mysql_fetch_array($querymale);
echo "กลุ่ม ".$resultgroup[gro_name]." ชาย ".$resultmale[num]." คน <br>";
}