$code=$_GET["code"]; header('Content-Type: text/html; charset=tis-620'); include("header.php"); echo "
"; include('db_config.php'); $sql2="select * from $_tact where kp_code='$code' "; $result2=mysql_query($sql2); $db2=mysql_fetch_array($result2); $gr=substr($db2[kp_code],0,2); $sql="select * from $_tdata where kd_code='$code' order by kd_score desc,kd_sch"; $result=mysql_query($sql); echo <<
การแข่งขัน $_title
การแข่งขันกิจกรรม
$db2[kp_act]
สมัครได้โรงเรียนละ
$db2[eef_st]
คน
[ กลับรายการเดิม ]
ที่
โรงเรียน
ชื่อผู้ส่งผลงาน
TH; $rw=0; $total=0; $sc=''; $ord=1; while ($db=mysql_fetch_array($result)) { $sql0="select * from $_sch where scode='$db[kd_sch]' "; $result0=mysql_query($sql0); $db0=mysql_fetch_array($result0); if ($db[kd_sch]==$sc) { $sch=''; $sgrp=''; $row=''; $ord++; } else { $sch=$db0[sname]; $sgrp=$db0[abb_sch]; $rw++; $ord=1; $row=$rw; } echo <<
$row
$sch
$ord.$db[kd_std]
TB; $sc=$db[kd_sch]; $total+=$db0[nstd]; } echo <<
[ กลับรายการเดิม ]
TF; include("footer.php"); ?>