<html> <head> <title>รายงานการยืมหนังสือ</title> </head> <body> <table width="1024" border="0" align="center" cellspacing="0"> <tr> <td colspan="2"><img src="images/head.jpg"></td> </tr> <tr> <td colspan="2" valign="top"><p> <? include "connect.php"; $strSQL = "SELECT * FROM borrow "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $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; } $strSQL .=" order by ID DESC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?> <p> </p> <p> </p> <table width="748" align="center"> <tr bgcolor="#FF0000"> <th width="41" bgcolor="#FF0000"><div align="center"><font color="#FFFFFF">ลำดับ</font></div></th> <th width="98"> <div align="center"><font color="#FFFFFF">รหัสสมาชิก</font></div></th> <th width="153"> <div align="center"><font color="#FFFFFF">ขื่อ-สกุล</font></div></th> <th width="97"> <div align="center"><font color="#FFFFFF">รหัสหนังสือ</font></div></th> <th width="165"> <div align="center"><font color="#FFFFFF">ชื่อหนังสือ</font></div></th> <th width="81"><div align="center"><font color="#FFFFFF">วันที่ยืม</font></div></th> <th width="81"> <div align="center"><font color="#FFFFFF">กำหนดส่ง</font></div></th> </tr> <? $i = 1; if($Page > 1) { $i = ($Per_Page * ($Page-1)) + 1; } while($objResult = mysql_fetch_array($objQuery)) { if($bg == "#FFFF99") { //ส่วนของการ สลับสี $bg = "#FFFFCC"; } else { $bg = "#FFFF99"; } ?> <tr bgcolor="<?=$bg?>"> <td valign="top"><div align="center"><?=$i;?></div></td> <td valign="top"><div align="center"><?=$objResult["UserID"];?></div></td> <td valign="top"><?=$objResult["User"];?></td> <td valign="top"><div align="center"><?=$objResult["IDBook"];?></div></td> <td valign="top"><?=$objResult["Book"];?></td> <td valign="top"><div align="center"><?=$objResult["Borrow"];?></div></td> <td valign="top"><div align="center"><?=$objResult["Deadline"];?></div></td> </tr> <? $i++; } ?> </table> <p> </p> <table width="748" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="748">ทั้งหมด <?= $Num_Rows;?> รายการ <?=$Num_Pages;?> หน้า <? 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(); ?></td> </tr> </table> <p><br> </p> </td> </tr> </table> </body> </html>
*, html, body{ font-size: 12px; } table{ font-size: 1.2em; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง