header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select * from sk1_prath a,sk1_sch b where a.smis=b.smis and prath='1' order by a.smis";
$result=mysql_query($sql);
echo "
";
$bd='#cc99ff';
$bg='#e7ceff';
$over='#cc99ff';
$rw=1;
while ($db=mysql_fetch_array($result)) {
echo "
$rw.$db[sname] |
";
/*
if (fmod($rw,2)) { $col='#e79dff'; } else { $col='#f1c6ff'; }
echo "
$rw |
$db[sname]
กลุ่ม รร.$db[sgrp] [$db[smis]] ผู้ดูแล: $db[keeper] โทร.$db[tel] |
";
*/
$rw++;
}
echo "
[ กลับหน้าหลัก ]
ข้อมูลครู รร.ประชารัฐ
ข้อมูลนักเรียน รร.ประชารัฐ
คู่มือแก้ไขเว็บ EIS รร.ประชารัฐ
";
?>