header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select * from sk1_dlchk where scgrp='$sg' order by smis ";
$result0=mysql_query($sql);
$db0=mysql_fetch_array($result0);
$result=mysql_query($sql);
echo <<
กลุ่มโรงเรียน : $db0[sgrp]
ที่
โรงเรียน
ตอบแล้ว
ใบรับรอง
TH;
$rw=1; $ts=0;
while ($db=mysql_fetch_array($result)) {
if (!empty($db[s_vote]) and !empty($db[s_file])) {
$ck="";
$fl="";
$ts++;
} else {
$ck="";
$fl='';
}
echo <<