<!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>Untitled Document</title> <style type="text/css"> <!-- .style5 {color: #000000} --> </style> </head> <br /> <body> <table width="812" border="1" align="center"> <? include "connect.php"; $version = $_GET['version']; $major = $_GET['major']; $idx = 1; $sql = "SELECT * FROM student WHERE STD_ID LIKE '$_GET[version]%' AND MAJORT_NAME = '$_GET[major]'"; $result = mysql_query($sql) or die ("Error Query [".$sql."]"); $Num_Rows = mysql_num_rows($result); $Per_Page = 20; // 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 STD_ID ASC LIMIT $Page_Start , $Per_Page"; $result = mysql_query($sql); ?> <tr> <th width="107" bgcolor="#00CCFF" scope="col">ลำดับ</th> <th width="151" bgcolor="#00CCFF" scope="col">รหัส</th> <th width="282" bgcolor="#00CCFF" scope="col">ชื่อ</th> <th width="244" bgcolor="#00CCFF" scope="col">นามสกุล</th> </tr> <? while($row = mysql_fetch_array($result)) { ?> <tr> <td align="center" bgcolor="#DBF3FD"><? echo $idx++; ?></td> <td bgcolor="#DBF3FD"><? echo $row['STD_ID']; ?></td> <td bgcolor="#DBF3FD"><? echo $row['PRE_TNAME'].$row['STUDENTT_NAME']; ?></td> <td bgcolor="#DBF3FD"><? echo $row['T_SURNAME']; ?></td> </tr> <? } ?> </table> <br /> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>Next>></a> "; } mysql_close(); ?> <p align="center"> <strong>[ <a href="version2.php" class="style5">ย้อนกลับ</a> ]</strong></p> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง