<?php include("dbconnect.php"); $q = "SELECT subject.code as idsubject, subject.name, subject.credit, `permission_subject_com_2-1`.idsubject as persubjectid FROM `permission_subject_com_2-1` INNER JOIN student_com ON (`permission_subject_com_2-1`.room = student_com.room) INNER JOIN subject ON (`permission_subject_com_2-1`.idsubject = subject.code) WHERE student_com.id = '".$_REQUEST['edit_id']."'"; $result = mysql_query($q); if ($_REQUEST['update1']==1) { echo '<pre>'; print_r ($_POST["count_absent"]); echo '</pre>'; for($i=0;$i<count($count_absent);$i++) { $sql = "Insert into absent (idstudent,idsubject,count) values ('".$_GET["edit_id"]."','".$_REQUEST["persubjectid"][$i]."','".$count_absent[$i]."') "; mysql_query($sql) or die(mysql_error()); echo "เพิ่มอมูลของสำเร็จแล้ว"; } } ?> <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>MPBAC</title> <link type="text/css" href="css/style_main.css" rel="stylesheet" > <script type="text/javascript"> function greeting() { document.forms["frm1"]["update1"].value=1; } </script> <body> <div class="logo"><img src="pic/logo.png"></div> <div class="content"> <?=$row_show['title']?> <?=$row_show['name']?> <?=$row_show['lastname']?> <?=$row_show['room']?> <form method="post" action="editabsent.php?edit_id=<?=$_REQUEST['edit_id']?>" name="frm1" onsubmit="greeting()"> <input type="hidden" name="update1"> <?php if ($_REQUEST['edit_id']!='') { $n = 1; echo "<table border=0 width=43%>"; echo "<tr>"; echo "<td style='width:300px;'>รายชื่อวิชา</td>"; echo "<td >จำนวนครั้งที่ขาด</td>"; echo "</tr>"; echo "</table>"; while ($row = mysql_fetch_assoc($result)) { echo '<input type="hidden" name="persubjectid[]" value="'.$row["persubjectid"].'">'; echo "<table border=1 width=43%>"; echo "<tr>"; echo "<td style='width:300px;'>"; echo $row["idsubject"]; echo "</td>"; echo "<td style='width:300px;'>"; echo $row["name"]; echo "</td>"; echo "<td style='width:100px;'>"; echo '<input type="text" name="count_absent[]" value="" style="width:50px; text-align:center;">'; echo "</td>"; echo "</tr>"; echo "</table>"; } } ?> <input type="submit" value="บันทึก"> </form> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง