$scid=$_GET["scid"]; $form=$_GET["form"]; header('Content-Type: text/html; charset=tis-620'); if ($form==excel) { include("head_excel.php"); } else { include("header.php"); } echo ""; include('db_config.php'); $sql="select * from $_sch where scode='$scid' "; $result=mysql_query($sql); $db0=mysql_fetch_array($result); $sql="select * from $_sch,$_data,$_act where kd_sch=scode and kd_code=kp_code and kd_sch='$scid' order by kd_code,kd_sch,kd_tutor desc"; $result=mysql_query($sql); echo "
รายการที่มีแข่งขัน กลุ่มสาระการเรียนรู้ โรงเรียน$db0[sname]
[ กลับรายการเดิม ] |
[ ส่งออกเป็น Excel ]";
echo "
ชื่อนักเรียน | ชื่อผู้ฝึกสอน |
$rw.$db[kp_act]($db[kp_level]) กลุ่มสาระ $db[kp_grp] | |
ชื่อนักเรียน | ชื่อผู้ฝึกสอน |
$or.$db[kd_std] | $db[kd_tutor] |
";
if ($form==excel) {
include("foot_excel.php");
} else {
include("footer.php");
}
?>