<table width="100%" height="70" border="1"> <tr bgcolor="#00FF00"> <th width="72"> <div align="center"> ลำดับ</div></th> <th width="72"> <div align="center"> YEAR</div></th> <th width="51"> <div align="center">MONTH </div></th> <th width="80"> <div align="center">UNIT </div></th> <th width="309"> <div align="center">EVENT </div></th> <th width="69"> <div align="center">START DATE </div></th> <th width="61"> <div align="center">START TIME </div></th> <th width="59"> <div align="center">END DATE </div></th> <th width="61"> <div align="center">END TIME </div></th> <th width="74"> <div align="center">HOUR</div></th> <th width="73"> <div align="center">TYPE</div></th> <th width="71"> <div align="center">NET MW </div></th> <th width="83"> <div align="center">MW LOSS</div></th> </tr> <?php $pagelen = 20; #แสดงต่อหน้า $range = 5; $where = " WHERE 1 "; $where .= empty($unit) ? "" : " AND unit ='".$unit."'"; $where .= empty($year) ? "" : " AND year ='".$year."'"; $where .= empty($month) ? "" : " AND month ='".$month."'"; $rsult = mysql_query("select id from outageevent $where"); if (!$rsult) { echo("เอ็กซิคิวต์คำสั่ง SQL ไม่ได้ " . mysql_error() ); exit(); } $totalrecords = $num_rows = mysql_num_rows($rsult); // เรคคอร์ดทั้งหมด $totalpage = ceil($num_rows / $pagelen); //คำนวนหาจำนวนทั้งหมดว่ามีกี่หน้า โดยการหารปัดเศษ $goto = ($page-1) * $pagelen; //หาหมายเลขเรคคอร์ดที่จะให้เริ่มเปิด $pstart = $page - $range; //หาลิงค์เลขหน้าที่ะให้โชว์บนแถบเลือกหน้า $pend = $page + $range; if ($pstart <=1) { $pstart = 1; } if ($pend >=$totalpage) { $pend = $totalpage; } $result = mysql_query("SELECT * FROM outageevent $where ORDER BY year DESC limit $goto,$pagelen "); if (!$result) { echo("เอ็กซิคิวต์คำสั่ง SQL ไม่ได้ " . mysql_error() ); exit(); } $num=mysql_num_rows($result); if ($num){ $a=1; while($r = mysql_fetch_assoc($result)) { ?> <tr> <td><div align="left"><?php echo $a;?></div></td> <td><div align="left"><?php echo $r["year"];?></div></td> <td align="right"><?php echo $r["month"];?></td> <td align="right"><?php echo $r["unit"];?></td> <td><div align="left"><?php echo $r["event"];?></div></td> <td align="right"><?php echo $r["sdate"];?></td> <td align="right"><?php echo $r["stime"];?></td> <td align="right"><?php echo $r["edate"];?></td> <td align="right"><?php echo $r["etime"];?></td> <td align="right"><?php echo $r['hour']; ?></td> <td align="right"><?php echo $r["etype"];?></td> <td align="right"><?php echo $r["netmw"];?></td> <td align="right"><?php echo $r["mwloss"];?></td> </tr> <?php $a++; } ?> </table>
$a = $goto+1;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง