|
|
|
Select ข้อมูลจากฐานข้อมูลเป็น Loop แล้ว แต่ข้อมูลมันเยอะและเพิ่มทุกวันต้องการให้มันแยก Page (หน้า) อ่ะครับ ขอความกรุณาด้วยนะครับ |
|
|
|
|
|
|
|
Code (PHP)
<?
include_once '../friend/config.php';
$a1 = "SELECT * FROM banner";
$query1=mysql_query($a1) or die(mysql_error());
while($banner=mysql_fetch_assoc($query1))
{
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>เล่นเกมส์ เกม เกมส์ออนไลน์ เกมส์ไทย Game เกมส์แต่งตัว เกมส์ทำอาหาร เกมส์มันส์ๆ - 7Q Thailand</title>
<meta name="keywords" content="เกม, game, เกมส์, เกมออนไลน์, เกมส์ไทย, 7q, thailand, เกมแต่งตัว, ทำอาหาร, เกมส์ทำอาหาร, เกมส์มันๆ">
<meta name="description" content="เล่นเกมส์ฟรีมากมาย รวมเกมส์ฮิตๆ มันส์ๆ เกมส์เต้น เกมส์แต่งตัว เกมส์ทำอาหาร และเกมส์ตื่นเต้นสุดเล้าใจ คลิ๊กเข้ามาสิมันส์แน่นอน.">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body rightmargin="0" leftmargin="0" bottommargin="0" bgcolor="#d3f3ff">
<center>
<table width="80%" border="0">
<tr>
<td width="37%"><a href="http://game.7qthai.com" title=""><img src="<? include("logoimg.txt");?>" border="0" height="90" width="300"></a></td>
<td width="63%"><a href="<?=$banner["urltop"];?>" target="_blank"><img src="<?=$banner["bannertop"];?>" width="729" height="90" border="0" /></a></td>
</tr>
</table><p>
<table width="80%" height="40" border="0" bgcolor="#24aee1" class="tables">
<tr>
<td align="left">
<? include("menu.php"); ?>
</td>
</tr>
</table>
<p></p>
<table width="80%" border="0" bgcolor="#FFFFFF" class="tables">
<tr>
<td align="center">
<table>
<tr>
<td width="30%" height="0" valign="top" class="tables" bgcolor="#24aee1">
<table height="10"><tr><td></td></tr></table>
<table align="center">
<tr>
<td bgcolor="#d2f3ff" class="tables1">
<div align="left" class="style8"> Facebook Fanpage - 7Q Thailand</div>
</td>
</tr>
<tr>
<td bgcolor="#d2f3ff">
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F7Qthai&width=288&height=258&show_faces=true&colorscheme=light&stream=false&border_color=333333&header=false&appId=167980309989385" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:288px; height:258px;" allowTransparency="true"></iframe>
</td>
</tr>
<tr><td height="10">
</td></tr>
<tr>
<td align="center">
Comming Soon.!! !
</td>
</tr>
</table>
</td>
<td width="70%">
<div class="style7" align="right">เกมส์มันส์ๆเล่นฟรีไม่จำกัดเวลา มีทุกแนวไม่ว่าจะแอคชั่นสุดมันส์ หรือจะแต่งตัวสุดหวาน เล่นฟรี </div><p>
<?
include("../config.php");
$objDB = mysql_select_db("qthaic_all");
mysql_query("SET character_set_results=utf8");
$strSQL = "SELECT * FROM game_db";
$objQuery = mysql_query($strSQL);
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page = 8; // 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 gameid DESC LIMIT $Page_Start , $Per_Page";
echo"<table><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td align=\"center\" width=\"200\" height=\"180\">";
$intRows++;
?>
<table width="150" height="150" border="0" bgcolor="#FFFFFF" class="tables">
<tr>
<td class="game"><a href="page.php?gameid=<?=$objResult["gameid"];?>&keyword=<?=$objResult["keyword"];?>.html" target="_blank"><img src="image/gamephoto/<?=$objResult["image"];?>" border="0" width="130" height="100" /><br/><?=$objResult["subject"];?></a>
</td>
</tr>
</table>
<?
echo"</td>";
if(($intRows)%4==0)
{
echo"</tr>";
}
}
echo"</table>";
?>
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);
?>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:55px;" class="footer" border="0" >
<tr>
<td class="style6"><center>Copyright © by.7Q Thailand | Email : [email protected]</center></td>
</tr>
</table>
</center>
</body>
</html>
<?
}
mysql_close($connect);
mysql_close($connect);
?>
ช่วยดูให้หน่อยครับการแบ่งหน้าอ่ะครับ ผิดตรงไหนอะครับ ผมต้องการให้มันแบ่งเป็น หน้าละ 8 ข้อมูลอะครับ
แต่นี่มันแบ่งเป็นหน้าก็จริง แต่หน้า 1 มันก็มีข้อมูลทั้งหมดเลยอะครับ หน้า 2 ก็เหมือนกับหน้า 1 เลยอะครับ
รบกวนด้วยนะครับ ^ ^
Tag : PHP, MySQL, HTML/CSS, CakePHP
|
ประวัติการแก้ไข 2013-03-10 16:33:55 2013-03-10 18:36:23
|
|
|
|
|
Date :
2013-03-10 16:33:22 |
By :
kuzaa516 |
View :
885 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณพื้นที่ใน Thaicreate มากๆครับ
ผมลองแก้ $strSQL = "ORDER BY gameid DESC LIMIT $Page_Start , $Per_Page";
และใส่ $objQuery = mysql_query($strSQL); ลงไปบ้างใต้ครับ ^ ^
|
|
|
|
|
Date :
2013-03-10 22:02:48 |
By :
kuzaa516 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|