header('Content-Type: text/html; charset=tis-620');
include('db_config.php');
$sql="select * from sk1_dmis a,sk1_sch b where a.smsch=b.scode order by a.smday,b.scode ";
$result=mysql_query($sql);
echo <<
รายชื่อ รร.ที่แจ้งเข้ารับฟังการใช้งาน DMC/EMIS
TH;
$rw=1; $mday=0;
while ($db=mysql_fetch_array($result)) {
$nday=$db[smday];
if ($nday != $mday) {
$mem=1;
echo "$day[$nday] | ";
} else {
$mem++;
}
echo <<
$mem.$db[sname] |
$db[abb_sch] |
TB;
$rw++;
$mday=$db[smday];
}
echo <<กลับ
TF;
?>
|