<div class="bs-docs-example"> <?php $objConnect = mysql_connect("localhost","root","") or die("Error Connect to Database"); $objDB = mysql_select_db("decc"); mysql_query("SET NAMES utf8", $objConnect); $strSQL = "SELECT * FROM location_user WHERE User_id ='$_SESSION[User_id]'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $no=mysql_num_rows($objQuery); ?> <center><h2><font color="#999999"><?=$objResult["Name"];?>  <?=$objResult["Lastname"];?> </font></h2></center><br> <table class="table table-striped"> <thead> <tr> <th><center>No.</center></th> <th><center>Date/Time</center></th> </tr> </thead><?php $objConnect = mysql_connect("localhost","root","") or die("Error Connect to Database"); $objDB = mysql_select_db("decc"); mysql_query("SET NAMES utf8", $objConnect); $strSQL = "SELECT * FROM time_login WHERE User_id ='$_SESSION[User_id]'"; $no=mysql_num_rows($objQuery); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $no=mysql_num_rows($objQuery); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 10; // 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 Time_id DESC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <tbody> <tr> <td><center><?=$no--;?></center></td> <td><center><?=$objResult["Timestamp"];?></center></td> </tr> </tbody> <?php } ?> </table> </div> <span><p><br> Total <?php echo $Num_Rows;?> Record : <?php echo $Num_Pages;?> </p></span> <p> <ul class="pagination"> <li class="disable"> <?php if($Prev_Page) { echo "<a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'>«</a>"; } ?> </li> <li class=""> <?php for($i=1; $i<=$Num_Pages; $i++) { if($i != $Page) { echo "<a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a>"; ?> </li> <li class=""> <?php } else { echo "<a href='$_SERVER[SCRIPT_NAME]?Page=$i'>[$i]</a>"; } } ?> </li> <li> <?php if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>»</a> "; } ?> </li> </ul> </div>
Quote:<td><center><?=$no--;?></center></td>
$i = 1; if($Page > 1) { $i = ($Per_Page * ($Page-1)) + 1; } while($objResult = mysql_fetch_array($objQuery)) {
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง