header('Content-Type: text/html; charset=tis-620');
echo "";
include('db_config.php');
mysql_query("TRUNCATE TABLE tmp3sk161");
mysql_query("insert into tmp3sk161 (select * from $_data group by kd_sch,kd_code,g,s,b)");
$sql="SELECT *,sum(g) AS go,sum(s) AS sv,sum(b) AS bn
FROM tmp3sk161,$_sch WHERE kd_sch=scode and level='o' and kd_cert <> 13
GROUP BY scode ORDER BY go DESC,sv DESC,bn DESC ";
$result=mysql_query($sql);
echo "
";
$row=1; $tg=0; $ts=0; $tb=0; $tt=0; $trp1=0; $trp2=0;
while ($db=mysql_fetch_array($result)) {
$total=$db[go]+$db[sv]+$db[bn];
$sql1="select * from $_data where kd_sch='$db[scode]' and kd_remark='1'
and kd_code not like 'sp%' group by kd_code,kd_sch";
$result1=mysql_query($sql1);
$rep1=mysql_num_rows($result1);
$sql2="select * from ssk161_data where kd_sch='$db[scode]'
and kd_code not like 'sp%' group by kd_code,kd_sch";
$result2=mysql_query($sql2);
$rep2=mysql_num_rows($result2);
if ($db[go]>0) { $gg=$db[go]; } else { $gg='-'; }
if ($db[sv]>0) { $ss=$db[sv]; } else { $ss='-'; }
if ($db[bn]>0) { $bb=$db[bn]; } else { $bb='-'; }
if ($rep1>0) { $rr1="$rep1"; } else { $rr1='-'; }
// if ($rep2>0) { $rr2="$rep2"; } else { $rr2='-'; }
if ($total>0) { $tot=$total; } else { $tot='-'; }
echo "