|
|
|
ต้องการแบ่งหน้า php ให้เป็น หน้า 1 2 3 4 5 ถัดไป รบกวนผู้รู้ช่วยชี้แนะหน่อยครับ |
|
|
|
|
|
|
|
งงอ่ะครับ แล้วต้องเอามาใส่ยังไงงงงงงงงงง
Code (PHP)
<?php
$strSQL = "SELECT * FROM `".$tb_prefix."news` WHERE newscatid='0' ORDER BY datenews DESC limit 40";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
$intRows++;
$idnews = $row[idnews];
$titlenews = $row[titlenews];
$ctentnews = $row[ctentnews];
$picnews = $row[picnews];
$datenews = $row[datenews];
$ctentnews = strip_tags($ctentnews);
$ctentnews=CutLongText($ctentnews,'100');
echo "<td>";
?>
<table width="325" height="114" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD vAlign=bottom height="15" align=center> </td>
<td>
<td>
</tr>
<tr>
<TD vAlign=bottom width=143 height="67" align=center> <div align="center"><a href="readnews_sl.php?idx=<?=$objResult["idnews"];?>" target="_blank"><img src="news/briefcase/news/<?=$objResult["picnews"];?>" width="147" height="99" border="0"></a></div> </td>
<td width=5>
<td width=177><div class=h2 width=200><a
href="readnews_sl.php?idx=<?=$objResult["idnews"];?>"
target=_blank><font class="link3">
<?=$objResult["titlenews"];?><br/>
</font></a></div></tr>
</table>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
else
{
echo"<td>";
}
}
echo"</tr></table>";
?>
|
|
|
|
|
Date :
2011-03-19 10:09:14 |
By :
เอ็มส์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งั้นเอานี่ไปแล้วกันครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","root") or die(mysql_error());
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM gallery";
$objQuery = mysql_query($strSQL);
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page = 4; // 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 GalleryID ASC LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="thaicreate/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</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> ";
}
?>
</body>
</html>
<?
mysql_close($objConnect);
?>
Go to : PHP MySQL Multiple Column and Paging/Pagination
|
|
|
|
|
Date :
2011-03-19 10:19:44 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอามาต่อกันไม่ถูกอ่ะครับ ยังไงรบกวนอีกรอบนะครับ
|
|
|
|
|
Date :
2011-03-19 10:50:30 |
By :
เอ็มส์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนหน่อยครับ อามาต่อกันแล้วไม่ได้ ใครทราบแนะนำหน่อยครับ
|
|
|
|
|
Date :
2011-03-19 13:13:06 |
By :
เอ็มส์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณ mr.win เราเอาโคสคุณมาใช้ปรากฏว่าได้นะ
แต่ทีนี้สินค้าของเราอ่ามันแยกประเภทซึ่งเราแยกได้แล้วว คลิกรองเท้าปุ๊บก็มาแต่รองเท้าหน้าแรก 4 ช่อง
แต่พอเราจะคลิกหน้า 2 มันไม่มีอะไรขึ้นเลยงะ เราต้องแก้ยังไงตรงไหน รบกวนหน่อยนะคะ
<?
$id_type_select=$_GET[t_typeproductid];
$sql="select * from product where ref_id_type='$id_type_select' " ;
$result=mysql_db_query ($dbname,$sql);
$number = mysql_num_rows( $result);
$Per_Page = 4; // 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($number<=$Per_Page)
{
$Num_Pages =1;
}
else if(($number % $Per_Page)==0)
{
$Num_Pages =($number/$Per_Page) ;
}
else
{
$Num_Pages =($number/$Per_Page)+1;
$Num_Pages =(int)$Num_Pages;
}
$sql .="order by p_productid ASC LIMIT $Page_Start , $Per_Page";
$result= mysql_query($sql);
echo"<table border=\"0\" cellspacing=\"50\" cellpadding=\"50\"><tr>";
$intRows = 0;
while($rs=mysql_fetch_array($result))
{
echo "<td> ";
$intRows++;
?>
<center>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0'<width='20%' valign='top'>
<param name='movie' value='imageblythe/<?=$rs["p_picturename"];?>' />
<param name='quality' value='high' />
<embed src="imageblythe/<?=$rs["p_picturename"];?>" quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='80' height='90'></embed></object><br>
<?=$rs["p_name"];?> <br>
<?=$rs["p_price"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
<br>
จำนวนสินค้า <?= $number;?> แบบ : <?=$Num_Pages;?> หน้า :
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< กลับ</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'>ถัดไป>></a> ";
}
?>
<?
mysql_close();
?>
|
|
|
|
|
Date :
2011-03-20 18:27:39 |
By :
ช่ววยด้วย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แต่ถ้าเรา เอาทั้งหมดของตารางอ่าได้ คลิกเลขหน้าถัดไปกลับไปกลับมาได้หมดงะ
พอแยกประภทปุ๊ปไม่ยอมมา มาแต่หน้าแรกของสินค้าประเภทนั้นๆๆ
|
|
|
|
|
Date :
2011-03-20 18:29:06 |
By :
ช่วยนู๋ที |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|