|
|
|
ขอโค้ด ลิ้งหน้าต่อไป แสดง เป็น หน้า 1 , 2 , 3 , 4 ,5 |
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP & MySQL Tutorial</title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM customer ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page = 2; // 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 CustomerID ASC LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
?>
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">CustomerID </div></th>
<th width="98"> <div align="center">Name </div></th>
<th width="198"> <div align="center">Email </div></th>
<th width="97"> <div align="center">CountryCode </div></th>
<th width="59"> <div align="center">Budget </div></th>
<th width="71"> <div align="center">Used </div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><div align="center"><?=$objResult["CustomerID"];?></div></td>
<td><?=$objResult["Name"];?></td>
<td><?=$objResult["Email"];?></td>
<td><div align="center"><?=$objResult["CountryCode"];?></div></td>
<td align="right"><?=$objResult["Budget"];?></td>
<td align="right"><?=$objResult["Used"];?></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($objConnect);
?>
</body>
</html>
Ref : PHP MySQL List Record Paging/Pagination
|
|
|
|
|
Date :
2009-10-27 14:55:00 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือผมมีโค้ดอยู๋แล้วครับ
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>รายชื่อนักเรียน</title><head>
<?php
include_once("connection.php");
include("banner.php");
$mode=@$_GET["mode"];
?>
<style type="text/css">
<!--
body,td,th {
font-family: Microsoft Sans Serif;
font-size: 12pt;
color: #000000;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
color: #666666;
}
a:active {
text-decoration: none;
color: #666666;
}
.style1 {color: #000000}
-->
</style></head>
<body>
<p align="center"><a href="ssmember.php"><strong> ค้นหารายชื่อที่ยืนยันข้อมูล</strong></a>
<a href="addmemberst.php"><strong> ยืนยันข้อมูลนักเรียน </strong></a>
<?php
switch($mode){
case "member":
include("admin/member.php");
break;
}
?>
<table width="550" border="0" align="center" cellpadding="5" cellspacing="1">
<?php
$page=(empty($_GET["page"]))?1:$_GET["page"];
$max=50;
$st=($page*$max)-$max;
$sql="SELECT * FROM `profile` ORDER BY `sid` DESC LIMIT $st , $max ";
$sql="SELECT * FROM `profile` ORDER BY `status` ASC LIMIT $st , $max ";
$result=mysql_query($sql);
if( mysql_num_rows($result)!=0) {
?>
<tr>
<th width="100" scope="col" bgcolor="#E3B9FF">เลขประจำตัว</th>
<th width="200" scope="col" bgcolor="#E3B9FF">ชื่อ - สกุล </th>
<th width="100" scope="col" bgcolor="#E3B9FF">ห้อง</th>
<th width="50" scope="col" bgcolor="#E3B9FF">เลขที่</th>
<?php while($data=mysql_fetch_array($result)){ ?>
<tr><td align="center" bgcolor="#E4E4E4" class="style1"><?= $data["sid"]; ?></td>
<td align="center" bgcolor="#E4E4E4"><a href="profilest.php?mode=profilest&sid=<?= $data["sid"]; ?>" target="_blank"> <?= $data["title"]; ?> <?=$data["name"]; ?> <?= $data["lastname"]; ?></a></td>
<td align="center" bgcolor="#E4E4E4"> <?= $data["status"]; ?></td>
<td align="center" bgcolor="#E4E4E4"> <?= $data["teacher_ass"]; ?></td>
<? }
echo"</table>";
echo("<br><br>");
If($page!=1){
$p=$page-1;
echo("<a href=\"member2.php?mode=member2&page=".$p."\"><< หน้าที่แล้ว |</a> ");
}
$n=$page+1;
echo(" <a href=\"member2.php?mode=member2&page=".$n."\">| หน้าต่อไป >></a>");
}else{
echo "<br><br><center>ยังไม่มีข้อมูลนักเรียน</center>";
}
?>
</p>
</body>
</html>Code (PHP)
ผมอยากให้แก้หน้านี้ใช้ได้ ครับ รบกวนทีครับ
|
|
|
|
|
Date :
2009-10-27 15:07:24 |
By :
aoooza |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|