<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include"connect.php"; ?> <html> <head> <title>ThaiCreate.Com Tutorial</title> <style type="text/css"> <!-- .style20 {font-family: AngsanaUPC; font-size: 24px; color: #000000; } .style38 {font-family: AngsanaUPC; font-size: 36px; color: #000000; } --> </style> </head> <body> <form action="" method="post" name="form1"> <table width="597" border="1"> <tr> <th colspan="2" scope="col"><span class="style38">จัดการข้อมูลอาจารย์</span></th> </tr> <tr> <th height="37" colspan="2" scope="col"><span class="style20">แสดงอาจารย์ตามกลุ่มสาระการเรียนรู้</span></th> </tr> <tr> <th rowspan="2" scope="col"> </th> <th width="105" scope="col">เพิ่ม</th> </tr> <tr> <th scope="col"><span class="style20">การจัดการข้อมูล</span></th> </tr> <tr> <??> <th scope="col"><span class="style20">กลุ่มสาระการเรียนรู้</span></th> <th scope="col"><img src="image/chang.jpg" alt="แก้ไข" width="40" height="40"></th> </tr> <tr> <?php $sqlsel="SELECT * FROM gro"; $result=mysql_query($sqlsel)or die(mysql_error()); while($data=mysql_fetch_array($result)){ ?> <td scope="col"><?=$data[gro_name]?></td> <th scope="col"><a href="test1.php?gro_id=<?=$data[id_gro]?>">แก้ไข</a></th> </tr> <?php }?> </table> </form> </body> </html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include"connect.php"; ?> <html> <head> <title>ThaiCreate.Com Tutorial</title> <style type="text/css"> <!-- .style20 {font-family: AngsanaUPC; font-size: 24px; color: #000000; } .style38 {font-family: AngsanaUPC; font-size: 36px; color: #000000; } --> </style> </head> <body> <form action="" method="post" name="form1"> <table width="597" border="1"> <tr> <th colspan="3" scope="col"><span class="style38">แก้ไขข้อมูลอาจารย์</span></th> </tr> <tr> <th height="37" colspan="3" scope="col"><span class="style20">แสดงรายชื่ออาจารย์ตามกลุ่มสาระการเรียนรู้</span></th> </tr> <tr> <th scope="col"><span class="style20">กลุ่มสาระการเรียนรู้</span></th> <th scope="col"> </th> <th scope="col">การจัดการข้อมูล</th> </tr> <tr> <th width="148" scope="col">ลำดับ</th> <th scope="col">ชื่อ-สกุล</th> <th width="142" scope="col">แก้ไข</th> </tr> <tr> <?php echo $sqlsel="SELECT * FROM teacher "; $result=mysql_query($sqlsel)or die(mysql_error()); $i=0; while($data=mysql_fetch_array($result)){ $i++; ?> <th scope="col"><? echo $i;?></th> <th scope="col"><?=$data[teac_name]?></th> <th scope="col"> </th> </tr> <?php }?> </table> </form> </body> </html>
$sqlsel = "SELECT * FROM teacher";
$sqlsel = "SELECT * FROM teacher id_gro=".$_GET['id_gro'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง