header('Content-Type: text/html; charset=tis-620');
echo "";
include('db_config.php');
$sql="select * from $_grp order by ef_grp";
$result=mysql_query($sql);
echo "
สรุปเหรียญรางวัล แยกรายกิจกรรม";
echo "
";
echo "
ที่
กลุ่มสาระการเรียนรู้
รายการทั้งหมด
รายงานผลแล้ว
ร้อยละ
";
$rw=1; $tt1=0; $tt2=0;
while ($db=mysql_fetch_array($result)) {
$kgp=$db[ef_grp];
$sql1="select * from $_data,$_act
where kd_code=kp_code and kp_cd like '$kgp%' group by kd_code,kp_grp";
$result1=mysql_query($sql1);
$res=mysql_num_rows($result1);
if ($res>0) {
$rep=$res;
} else {
$rep='-';
}
$pc=number_format($res*100/$db[ef_act],2,".",",");
if ($res>0) {
$prec=$pc;
} else {
$prec='-';
}
echo "