300 "; $result=mysql_query($sql); $nsch3=mysql_num_rows($result); $tsch=$nsch1+$nsch2+$nsch3; $perc=number_format($tsch*100/258); echo "
แบบรายงานการดำเนินการโครงการอาหารกลางวัน

1. ข้อมูลทั่วไปของสำนักงานเขตพื้นที่การศึกษาประถมศึกษา
1.1 สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต 1
1.2 จำนวนโรงเรียนในสังกัด $tsch / 258 โรงเรียน ($perc%)
- แบ่งเป็นโรงเรียนขนาดเล็ก (1-120 คน) จำนวน $nsch1 โรงเรียน
- แบ่งเป็นโรงเรียนขนาดกลาง (121-300 คน) จำนวน $nsch2 โรงเรียน
- แบ่งเป็นโรงเรียนขนาดใหญ่ (301 คนขึ้นไป) จำนวน $nsch3 โรงเรียน
1.3 จำนวนครูและบุคลากร 2,861 คน
1.4 ข้อมูลจำนวนนักเรียนปีการศึกษา 2561 (10 มิถุนายน 2561)
"; $sql1="select sum(a1) as a1,sum(a2) as a2,sum(a3) as a3, sum(p1) as p1,sum(p2) as p2,sum(p3) as p3,sum(p4) as p4,sum(p5) as p5,sum(p6) as p6, sum(a1w0) as a1w0,sum(a2w0) as a2w0,sum(a3w0) as a3w0, sum(p1w0) as p1w0,sum(p2w0) as p2w0,sum(p3w0) as p3w0,sum(p4w0) as p4w0,sum(p5w0) as p5w0,sum(p6w0) as p6w0, sum(a1w1) as a1w1,sum(a2w1) as a2w1,sum(a3w1) as a3w1, sum(p1w1) as p1w1,sum(p2w1) as p2w1,sum(p3w1) as p3w1,sum(p4w1) as p4w1,sum(p5w1) as p5w1,sum(p6w1) as p6w1, sum(a1h0) as a1h0,sum(a2h0) as a2h0,sum(a3h0) as a3h0, sum(p1h0) as p1h0,sum(p2h0) as p2h0,sum(p3h0) as p3h0,sum(p4h0) as p4h0,sum(p5h0) as p5h0,sum(p6h0) as p6h0, sum(a1+a2+a3+p1+p2+p3+p4+p5+p6) as std, sum(a1w0+a2w0+a3w0+p1w0+p2w0+p3w0+p4w0+p5w0+p6w0) as stw0, sum(a1w1+a2w1+a3w1+p1w1+p2w1+p3w1+p4w1+p5w1+p6w1) as stw1, sum(a1h0+a2h0+a3h0+p1h0+p2h0+p3h0+p4h0+p5h0+p6h0) as sth0 from sk1_lunch61"; $result1=mysql_query($sql1); $db1=mysql_fetch_array($result1); $ca1=number_format($db1[a1]); $ca2=number_format($db1[a2]); $ca3=number_format($db1[a3]); $cp1=number_format($db1[p1]); $cp2=number_format($db1[p2]); $cp3=number_format($db1[p3]); $cp4=number_format($db1[p4]); $cp5=number_format($db1[p5]); $cp6=number_format($db1[p6]); $cstd=number_format($db1[std]); $cstw0=number_format($db1[stw0]); $cstw1=number_format($db1[stw1]); $csth0=number_format($db1[sth0]); $q21=$q22=$q23=array(); for ($i=1; $i<=4; $i++) { $sql2="select q21 from sk1_lunch61 where q21='$i' "; $result2=mysql_query($sql2); $nq=mysql_num_rows($result2); if ($nq>0) { $q21[$i]=$nq; } $sql2="select q22 from sk1_lunch61 where q22='$i' "; $result2=mysql_query($sql2); $nq=mysql_num_rows($result2); if ($nq>0) { $q22[$i]=$nq; } $sql2="select q23 from sk1_lunch61 where q23='$i' "; $result2=mysql_query($sql2); $nq=mysql_num_rows($result2); if ($nq>0) { $q23[$i]=$nq; } } echo "
ระดับ จำนวนนักเรียนทั้งหมด จำนวนนักเรียนที่มีภาวะทุพโภชนา (คน)
น้ำหนักต่ำกว่าเกณฑ์ น้ำหนักเกินเกณฑ์ ส่วนสูงต่ำกว่าเกณฑ์
อนุบาล 1 (3 ขวบ)$ca1 $db1[a1w0]$db1[a1w1]$db1[a1h0]
อนุบาล 2$ca2 $db1[a2w0]$db1[a2w1]$db1[a2h0]
อนุบาล 3$ca3 $db1[a3w0]$db1[a3w1]$db1[a3h0]
ประถมศึกษา 1$cp1 $db1[p1w0]$db1[p1w1]$db1[p1h0]
ประถมศึกษา 2$cp2 $db1[p2w0]$db1[p2w1]$db1[p2h0]
ประถมศึกษา 3$cp3 $db1[p3w0]$db1[p3w1]$db1[p3h0]
ประถมศึกษา 4$cp4 $db1[p4w0]$db1[p4w1]$db1[p4h0]
ประถมศึกษา 5$cp5 $db1[p5w0]$db1[p5w1]$db1[p5h0]
ประถมศึกษา 6$cp6 $db1[p6w0]$db1[p6w1]$db1[p6h0]
รวม$cstd $cstw0$cstw1$csth0

2. การดำเนินงานโครงการอาหารกลางวัน
2.1 โรงเรียนดำเนินการจัดอาหารกลางวัน โดยใช้
- โปรแกรม Thai School Lunch จำนวน $q21[1] โรงเรียน
- ตำหรับอาหารของสมเด็จพระเทพฯ จำนวน $q21[2] โรงเรียน
- ตำหรับอาหารอื่นๆ จำนวน $q21[3] โรงเรียน
- ประสบการณ์ของครูที่รับผิดชอบ หรือแม่ครัว จำนวน $q21[4] โรงเรียน
2.2 โรงเรียนมีวิธีการจัดทำอาหารกลางวันอย่างไร
- จ้างแม่ครัว จำนวน $q22[1] โรงเรียน
- จ้างเหมาประกอบอาหาร จำนวน $q22[2] โรงเรียน
- ใช้คูปองอาหาร จำนวน $q22[3] โรงเรียน
- วิธีอื่นๆ จำนวน $q22[4] โรงเรียน
2.3 โรงเรียนรร.มีแหล่งวัตถุดิบในการประกอบอาหารกลางวันของนักเรียน
- ซื้อจากตลาดสด จำนวน $q23[1] โรงเรียน
- ใช้วัตถุดิบจากชุมชน ปลอดสารเคมี จำนวน $q23[2] โรงเรียน
- โรงเรียนผลิตวัตถุดิบประเภทผักในโรงเรียน ระบุ... จำนวน $q23[3] โรงเรียน

"; $sql5="select cmt from sk1_lunch61 where cmt<>'' "; $result5=mysql_query($sql5); $rw=1; while ($db5=mysql_fetch_array($result5)) { echo "$rw. $db5[cmt]
"; $rw++; } echo "

2.4 สำนักงานเขตพื้นที่การศึกษาประถมศึกษามีวิธีกำกับติดตามการใช้จ่ายงบประมาณอย่างไร
<< กลับ >>
"; ?>