<!--for delete Record --> <?php $msg=""; $opr=""; if(isset($_GET['opr'])) $opr=$_GET['opr']; if(isset($_GET['rs_id'])) $id=$_GET['rs_id']; if($opr=="del") { $SQL = "DELETE FROM tbl_student WHERE cardID=$id"; $del_sql = mysql_db_query($dbname,$SQL); if($del_sql) echo $msg="<font color=\"#FF0000\">ลบข้อมูลแล้ว !!!</font>"; else echo $msg="<font color=\"#FF0000\">ไม่สามารถลบข้อมูลได้ !!!</font>".mysql_error(); } ?> <!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" /> <title>ระบบสมัครเรียนออนไลน์</title> <link rel="stylesheet" type="text/css" href="css/style_view.css" /> </head> <body> <div id="style_div" > <form method="post"> <table width="755"> <tr> <td width="262" style="font-size:18px; color:#006; text-indent:30px;">ข้อมูลการสมัคร</td> <td width="43"> ค้นหา : </td> <td width="290"> <input type="text" name="searchtxt" title="Enter name for search " class="search" autocomplete="off"/> </td> <td width="140" style="float:right"> <input type="submit" name="btnsearch" value="ค้นหา" id="button-search" title="Search Student" /> </td> </tr> </table> </form> </div><!--- end of style_div --> <br /> <div id="content-input"> <form method="post"> <?php $key=""; if(isset($_POST['searchtxt'])) $key=$_POST['searchtxt']; if($key !="") $sql = "SELECT * FROM tbl_student,tbl_department WHERE tbl_department.department_id=tbl_student.department_id and fname like '%$key%' or lname like '%$key%' or department_name like '%$key%'"; else $sql = "SELECT * FROM tbl_student,tbl_department WHERE tbl_department.department_id=tbl_student.department_id"; $objQuery = mysql_db_query($dbname,$sql); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 1; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } $sql .=" order by cardID ASC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_db_query($dbname,$sql); $i = 1; if($Page > 1) { $i = ($Per_Page * ($Page-1)) + 1; } while($row = mysql_fetch_array($objQuery)) { $color=($i%2==0)?"lightblue":"white"; ?> <table border="1" width="805px" align="center" cellpadding="3" class="mytable" cellspacing="0"> <tr> <th width="55px">ที่</th> <th width="150px">เลขบัตรประชาชน</th> <th width="300px">ชื่อ - สกุล</th> <th width="200px">แผนกที่เลือก</th> <th width="100px">สถานะ</th> <th colspan="100px">จัดการข้อมูล</th> </tr> <tr bgcolor="<?php echo $color?>"> <td align="center"><?php echo $i;?></td> <td><?php echo $row['cardID']; ?></td> <td><?php echo $row['prefix_id'].$row['fname']." ".$row['lname'];?></td> <td><?php echo $row['department_name'];?></td> <td><?php if($row['status']==1) {echo "<font color=\"#FF0000\">รอยืนยัน</font>";} if($row['status']==2) {echo "<font color=\"#009900\">ยืนยันแล้ว</font>";}?></td> <td width="45" align="center"><a href="?tag=student_entry&opr=upd&rs_id=<?php echo $row['cardID'];?>" title="Update"><img src="picture/update.png" /></a></td> <td width="46" align="center"><a href="?tag=view_students&opr=del&rs_id=<?php echo $row['cardID'];?>" title="Delete"><img src="picture/delete.png" /></a></td> </tr> <? $i++; } ?> <tr bgcolor="<?php echo $color?>"> <td colspan="7" align="right"> ทั้งหมด <?= $Num_Rows;?> แถว : <?=$Num_Pages;?> หน้า : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?tag=view_students?Page=$Prev_Page'><img src=\"picture/prev.png\" title=\"$page_prev\"></a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?tag=view_students?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?tag=view_students?Page=$Next_Page'><img src=\"picture/next.png\" title=\"$page_prev\"></a> "; } ?></td> </tr> </table> </form> </div> </body> </html>
$key=""; if(!empty($_POST['searchtxt'])){ $key=$_POST['searchtxt']; }elseif(!empty($_GET['searchtxt'])){ $key=$_GET['searchtxt']; }
echo '<a href="'.$_SERVER[SCRIPT_NAME].'?tag=view_students?Page='.$Prev_Page.'&searchtxt='.$key.'"><img src="picture/prev.png" title="'.$page_prev.'"></a>';
echo '[ <a href="'.$_SERVER[SCRIPT_NAME].'"?tag=view_students?Page='.$i.'&searchtxt='.$key.'">'.$i.'</a> ]';
echo '<a href ="'.$_SERVER[SCRIPT_NAME].'?tag=view_students?Page='.$Next_Page.'&searchtxt='.$key.'"><img src="picture/next.png" title="'.$page_prev.'"></a>';
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง