<html> <head> <title>ข้อมูลการยืมหนังสือ</title> <link href="blu.css" rel="stylesheet" type="text/css" /> <link href="print.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" valign="top"><p> <? include "connect.php"; $strSQL = "SELECT * FROM borrow Where UserID ='$objResult[UserID]' order by UserID DESC "; //ค้นหาจาก sentbook เฉพาะช่องที่มีข้อความ $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> </p> <p> </p> <p> </p> <p> </p> <p> </p> <table width="733" align="center"> <tr> <td width="725" align="center"><font size="4"><b>ข้อมูลการยืมหนังสือของ</b></font> <font color="#FF0000" size="4"><b>"<?=$objResult["Name"];?>"</b></font></td> </tr> </table> <p> </p> <table width="453" align="center"> <tr bgcolor="#FF0000"> <th width="103"> <div align="center"><font color="#FFFFFF">รหัสหนังสือ</font></div></th> <th width="182"> <div align="center"><font color="#FFFFFF">ชื่อหนังสือ</font></div></th> <th width="70"><div align="center"><font color="#FFFFFF">วันที่ยืม</font></div></th> <th width="70"> <div align="center"><font color="#FFFFFF">กำหนดส่ง</font></div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { if($bg == "#FFFF99") { //ส่วนของการ สลับสี $bg = "#FFFFCC"; } else { $bg = "#FFFF99"; } ?> <tr bgcolor="<?=$bg?>"> <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> <? } ?> </table> <p> </p></td> </tr> </table> </body> </html>
<html> <head> <title>ข้อมูลการยืมหนังสือ</title> <link href="blu.css" rel="stylesheet" type="text/css" /> <link href="print.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" valign="top"><p> <? include "connect.php"; $strSQL = "SELECT * FROM borrow Where UserID ='$objResult[UserID]' order by UserID DESC "; //ค้นหาจาก sentbook เฉพาะช่องที่มีข้อความ $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> </p> <p> </p> <p> </p> <p> </p> <p> </p> <table width="733" align="center"> <tr> <td width="725" align="center"><font size="4"><b>ข้อมูลการยืมหนังสือของ</b></font> <font color="#FF0000" size="4"><b>"<?=$objResult["Name"];?>"</b></font></td> </tr> </table> <p> </p> <table width="453" align="center"> <tr bgcolor="#FF0000"> <th width="103"> <div align="center"><font color="#FFFFFF">รหัสหนังสือ</font></div></th> <th width="182"> <div align="center"><font color="#FFFFFF">ชื่อหนังสือ</font></div></th> <th width="70"><div align="center"><font color="#FFFFFF">วันที่ยืม</font></div></th> <th width="70"> <div align="center"><font color="#FFFFFF">กำหนดส่ง</font></div></th> </tr> <? $Num_Rows=mysql_num_rows($objQuery); if($Num_Rows==0){ ?> <tr><td colspan="4">ไม่มีข้อมูล</tr></tr> <? }else{ while($objResult = mysql_fetch_array($objQuery)) { if($bg == "#FFFF99") { //ส่วนของการ สลับสี $bg = "#FFFFCC"; } else { $bg = "#FFFF99"; } ?> <tr bgcolor="<?=$bg?>"> <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> <? } } ?> </table> <p> </p></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง