<div class="container"> <div class="row"> <div class="col-md-12"> <div class="input-group" id="adv-search"> <input type="text" class="form-control" id="txtKeyword" value="<?php echo $strKeyword;?>"> <div class="input-group-btn"> <div class="btn-group" role="group"> <button type="submit" class="btn btn-primary" value="Search"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button> </div> </div> </div> </div> </div> </div> <?php $query = "SELECT *,b.name AS professor_name FROM project a LEFT JOIN professor b ON a.professor= b.id_professor ORDER BY a.id "; $sql = mysqli_query($con,$query); ?> <div class="container"> <div class="row col-md-12"> <table class="table table-striped custab"> <thead> <tr> <th>รหัสนักศึกษา</th> <th>ชื่อโครงงาน</th> <th>ชื่อนักศึกษา</th> <th>สาขาที่เรียน</th> <th>อาจารย์ที่ปรึกษา</th> <th>ปีที่จบ</th> <th>ความสนใจในการทำโปรแกรม</th> <th class="text-center">แก้ไข ลบข้อมูล</th> </tr> <?php while ($result = mysqli_fetch_assoc($sql)) { ?> </thead> <tr> <td><?php echo $result['student_id'];?></td> <td><?php echo $result['name_project'];?></td> <td><?php echo $result['name_student'];?></td> <td><?php echo $result['branch_student'];?></td> <td><?php echo $result['professor_name'];?></td> <td><?php echo $result['years'];?></td> <td><?php echo $result['interest'];?></td> <td><a class='btn btn-info btn-xs' <a href="edit_project.php?editproject=<? echo $result['id'] ?>"><span class="glyphicon glyphicon-edit"></span>แก้ไข</a> <a href="del_project.php?id=<?php echo $result['id'];?>" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>ลบข้อมูล</a></td> </tr> <?php } ?> </table> </div> </div> </form>
<link rel="stylesheet" type="text/css" href="css/sear.css"/> <link rel="stylesheet" type="text/css" href="css/edit2.css"/> <div class="container"> <div class="row"> <div class="col-md-12"> <form id="form_search" name="form_search" method="get" action=""> <div class="input-group" id="adv-search"> <input type="text" class="form-control" name="keyword" id="keyword"/> <div class="input-group-btn"> <div class="btn-group" role="group"> <button type="submit" class="btn btn-primary" name="button" id="button" value="ค้นหา" ><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button> </from> </div> </div> </div> </div> </div> </div> <?php $query = "SELECT * FROM professor WHERE 1 "; //คำสั่ง SQL if(isset($_GET['keyword']) && $_GET['keyword']!=""){ $query.=" AND name LIKE '%".trim($_GET['keyword'])."%' or last_name LIKE '%".trim($_GET['keyword'])."%'"; } $query = "SELECT * FROM professor Order By id_professor"; $sql = mysqli_query($con,$query); ?> <div class="container"> <div class="row col-md-12 "> <table class="table table-striped custab"> <thead> <tr> <th>ชื่อปัจจุบัน</th> <th>ชื่อเดิม</th> <th>ชื่อเดิม</th> <th>ชื่อเดิม</th> <th>ความสนใจในการทำโปรแกรม</th> <th class="text-center">แก้ไข ลบข้อมูล</th> </tr> <?php while ($result = mysqli_fetch_assoc($sql)) { ?> </thead> <tr> <td class="col-md-2"><?php echo $result['name'];?></td> <td class="col-md-2"><?php echo $result['last_name'];?></td> <td class="col-md-2"><?php echo $result['formerly_one'];?></td> <td class="col-md-2"><?php echo $result['formerly_two'];?></td> <td class="col-md-2"><?php echo $result['interest'];?></td> <td class="text-center"><a class='btn btn-info btn-xs' href="edit_professor.php?editprofessor=<? echo $result['id_professor'] ?>"><span class="glyphicon glyphicon-edit"></span>แก้ไข</a> <a href="del_professor.php?id_professor=<?php echo $result['id_professor'];?>" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>ลบข้อมูล</a></td> </tr> <?php } ?> </table> </div> </div> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง