$id=$_GET["id"]; header('Content-Type: text/html; charset=tis-620'); include("header.php"); echo ""; include('db_config.php'); $sql="SELECT * FROM $_data where kd_id='$id' "; $result=mysql_query($sql); $db=mysql_fetch_array($result); ?>
แก้ไขชื่อนักเรียน / ผู้ฝึกสอน |
include("../footer.php"); ?>