<?php session_start(); include("chksession.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv = "content-type" content = "text/html;charset=utf-8" /> <link rel = "stylesheet" type = "text/css" href = "css/StyleForAdmin.css" /> <title>Education Form</title> <?php include("../Include/connectdb.php"); $sql = "select max(education_id) as maxeducation_id from education;"; $result = mysql_query($sql) or die (mysql_error()); $dbarr = mysql_fetch_array($result); if($dbarr) { $total = $dbarr['maxeducation_id'] + 1; if(strLen($total) == 1) { $total = "0".$total; } else { $total = $total; } } ?> </head> <body> <h3>: : ฟอร์มระดับการศึกษา : :</h3> <form method = "post" action = "action_education.php?do=add" class = "form"> <table> <tr> <td class = "label">รหัสระดับการศึกษา</td> <td class = "input"><?=$total?></td> </tr> <tr> <td class = "label">ระดับการศึกษา</td> <td class = "input"><input type = "text" name = "edutxt"/></td> </tr> <tr> <td></td> <td class = "botton"> <input type = "submit" value = "Submit"/> <input type = "reset" value = "Reset"/> <input type = "hidden" name = "eduid" value = "<?=$total;?>"/> <a href = "main.php" id = "tomain">กลับสู่หน้าหลัก</a> </td> </tr> </table> </form> <hr /> <table id = "detail"> <tr id = "topic"> <td>รหัสระดับการศึกษา</td> <td>ระดับการศึกษา</td> <td>แก้ไข</td> <td>ลบ</td> </tr> <?php $sql = "select * from education order by education_id;"; $result = mysql_query($sql) or die (mysql_error()); $looprow = 0; while($dbarr = mysql_fetch_array($result)) { $looprow++; $bgcolor = ($looprow%2==0)? "#eaeaea":"#ffffff"; ?> <tr class = "content" bgcolor = "<?=$bgcolor?>"> <td><?=$dbarr['education_id'];?></td> <td><?=$dbarr['education'];?></td> <td><a href = "action_education.php?do=frmedit&id=<?=$dbarr['education_id'];?>">[ แก้ไข ]</a></td> <td><a href = "action_education.php?do=delete&id=<?=$dbarr['education_id'];?>">[ ลบ ]</a></td> </tr> <?php } ?> </table> </body> </html> <?php include("../Include/closedb.php"); ?>
<a href = "action_education.php?do=delete&id=<?=$dbarr['education_id'];?>" onclick="return confirm('ยืนยันการลบ');">[ ลบ ]</a
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง