header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select * from sk1_wind62 a,sk1_sch b where a.w_smis=b.smis and scgrp='$sg' ";
$result=mysql_query($sql);
echo <<
ที่ |
โรงเรียน |
รายงานข้อมูล |
TH;
$rw=1;
while ($db=mysql_fetch_array($result)) {
if ($db[w_occ] != '') { $ast='รายงาน'; }
else { $ast='-'; }
echo "
$rw |
|
$ast |
";
$rw++; $tstd+=$allstd;
}
$tstd=number_format($tstd,0,'.',',');
echo "
รวม |
$tstd |
";
?>
|