แบบสำรวจการรับวัคซีนนักเรียน กลุ่มอายุ 5-11 ปี แยกรายอำเภอ โรงเรียนสังกัด สพป.ศก.1
ที่ |
อำเภอ |
จำนวน โรงเรียน |
จำนวนนักเรียน อายุ 5-11 ปีทั้งหมด |
มีความประสงค์ รับวัคซีน |
ร้อยละ ประสงค์ |
FH;
$rw=1; $n1=$n2=$n3=0;
while ($db=mysql_fetch_array($result)) {
$pc=number_format(($db[stdv]*100)/$db[std],2);
echo <<
$rw |
$db[sampur]
| $db[nsch] |
$db[std] |
$db[stdv] |
$pc |
FB;
$rw++;
$tsch+=$db[nsch];
$tst+=$db[std];
$tstv+=$db[stdv];
}
$pc2=number_format(($tstv*100)/$tst,2);
$tst=number_format($tst);
$tstv=number_format($tstv);
echo <<
รวม |
$tsch |
$tst |
$tstv |
$pc2 |
FF;
$sql="select * from $_sch where level not in ('x','z') order by smis";
$result=mysql_query($sql);
echo <<
แบบสำรวจการรับวัคซีนนักเรียน กลุ่มอายุ 5-11 ปี โรงเรียนสังกัด สพป.ศก.1
[ กลับ ]
ที่ |
โรงเรียน |
อำเภอ |
จำนวนนักเรียน อายุ 5-11 ปีทั้งหมด |
มีความประสงค์ รับวัคซีน |
ร้อยละ ประสงค์ |
TH;
$rw=1; $tst=$tstv=0;
while ($db=mysql_fetch_array($result)) {
$pc=number_format(($db[st511v]*100)/$db[st511],2);
if ($db[st511v]==0) { $cv='-'; } else { $cv=$db[st511v]; }
echo <<
$rw |
$db[sname]
| $db[sampur]
| $db[st511] |
$cv |
$pc |
TB;
$rw++;
$tst+=$db[st511];
$tstv+=$db[st511v];
}
$pc2=number_format(($tstv*100)/$tst,2);
$tst=number_format($tst);
$tstv=number_format($tstv);
echo <<
รวม |
$tst |
$tstv |
$pc2 |
[ กลับ ]
TF;
?>
|