<meta charset="utf8"> <body> <div class="container" style="margin-top:30px"> <?php if ($_SESSION['st_id'] == "") { ?> <div class="alert alert-danger"> <strong>กรุณา Login เพื่อเข้าสู่ระบบ !</strong> </div> <?php exit(); } require_once "connect_db.php"; $id = $_POST['student_id']; $sql = "SELECT * FROM student where sutdent_id=$id";//เพิ่ม where $result = mysqli_query($conn, $sql); $row = mysqli_fetch_assoc($result); ?> <div class="studentform"> <div class="page-header"> <h3> รหัสนักเรียน :<?php echo $row["st_id"];?> ชื่อ :<?php echo $row["st_Name"];?>   นามสกุล :<?php echo $row["st_LastName"];?> <br> <br> ระดับชั้น :<?php echo $row["st_Level"];?> ห้อง :<?php echo $row["st_Room"];?> <h2>ข้อมูลความประพฤติ</h2> <div class="container" style="margin-top:30px"> <?php if ($_SESSION['st_id'] == "") { ?> <?php exit(); } require_once "connect_db.php"; $id = $_GET['st_id']; $sql = "SELECT * FROM conduct where st_id=$id "; $result = mysqli_query($conn, $sql); ?> <div class="table-responsive"> <table class="table table-striped "> <thead> <tr> <th>วันที่</th> <th>ความประพฤติ</th> <th>คะแนน</th> <th>ผู้บันทึก</th> </tr> </thead> <tbody> <?php while ($row = mysqli_fetch_assoc($result)) { ?> <tr> <td><?php echo $row["conduct_Time"];?></td> <td><?php echo $row["conduct_Happening"];?></td> <td><?php echo $row["conduct_Score"];?></td> <td><?php echo $row["conduct_SaveName"];?></td> </tr> </body> <?php } mysqli_close($conn); ?> </tbody> </table> </div> <td> </h3> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง