<?php $sqli = "SELECT * FROM tb_pretest order by pre_id ASC" ; $result = mysqli_query($con,$sqli); ?> <table border="1"> <tr> <td width="50">ลำดับ</td> <td width="150">รหัสก่อนเรียน</td> <td width="200">ระดับ</td> <td width="200">บทเรียน</td> <td width="200">โจทย์</td> <td width="200">ตัวเลือกที่1</td> <td width="200">ตัวเลือกที่2</td> <td width="200">ตัวเลือกที่3</td> <td width="200">ตัวเลือกที่4</td> <td></td> <td></td> <td></td> </tr> <?php $i=0; while($row = mysqli_fetch_array($result)) { $i++; ?> <tr> <td width="50"><?php echo $i; ?></td> <td width="150"><?php echo $row["pre_id"]; ?></td> <td width="200"><?php echo $row["pre_levels"];?></td> <td width="200"><?php echo $row["pre_lesson"];?></td> <td width="200"><?php echo $row["pre_subject"];?></td> <td width="200"><?php echo $row["pre_choice1"];?></td> <td width="200"><?php echo $row["pre_choice2"];?></td> <td width="200"><?php echo $row["pre_choice3"];?></td> <td width="200"><?php echo $row["pre_choice4"];?></td> <td width="50">ดู</td> <td width="50"><a href="edit_pretest.php?pre_id=<?php echo $row["pre_id"]?>">แก้ไข</a></td> <td width="50">ลบ</td> </tr> <?php } ?> </table><br>
session_start(); include("../config.php"); $pre_id = null; if(isset($_GET["pre_id"])) { $pre_id = $_GET["pre_id"]; } ?> <html> <head> <meta charset="UTF-8"> <title>Local History Southern Thailand </title> <link rel="stylesheet" href="css/s-index.css"> </head> <body> <div> <h1>แก้ไขแบบทดสอบก่อนเรียน</h1> <?php $sqli = "SELECT * FROM tb_pretest WHERE pre_id = '".$pre_id."' "; $result = mysqli_query($con,$sqli); $row = mysqli_fetch_array($result); ?> <form action="save_pretest.php" method="post" name="edit_pre" > <table> <tr> <td width="100">ระดับ</td> <td width="300"> <select name="select_levels"> <?php $sqli2="SELECT * FROM tb_levels order by lev_id ASC"; $result2 = mysqli_query($con,$sqli2); while($row2 = mysqli_fetch_array($result2)){ ?> <option value=" <?php echo $row2["lev_name"];?>"> <?php echo $row2["lev_name"];?> </option> <?php } ?> </select> </td> </tr> <tr> <td width="100">บทเรียน</td> <td width="300"> </td> </tr> <tr> <td width="300">รหัสแบบฝึกหัดก่อนเรียน</td> <td width="300"><input type=text name=idpre value="<?php echo $row["pre_id"];?>"></td> </tr> <tr> <td width="100">โจทย์</td> <td width="300"><input type=text name=subject value="<?php echo $row["pre_subject"];?>"></td> </tr> <tr> <td width="100">ตัวเลือกที่ 1</td> <td width="300"><input type=text name=choice1 value="<?php echo $row["pre_choice1"];?>"></td> </tr> <tr> <td width="100">ตัวเลือกที่ 2</td> <td width="300"><input type=text name=choice2 value="<?php echo $row["pre_choice2"];?>"></td> </tr> <tr> <td width="100">ตัวเลือกที่ 3</td> <td width="300"><input type=text name=choice3 value="<?php echo $row["pre_choice3"];?>"></td> </tr> <tr> <td width="100">ตัวเลือกที่ 4</td> <td width="300"><input type=text name=choice4 value="<?php echo $row["pre_choice4"];?>"></td> </tr> </table><br> <a href="../teacher/index_teacher.php"><input type="button" value="BACK"></a> <input type="submit" name="submit" value="ADD"> </form> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง