|
|
|
รบกวนสอบถามเรื่องลำดับในการแสดงผล มันไม่แสดงผลเรียงลำดับ ครับ |
|
|
|
|
|
|
|
ถ้าตั้งเป็น Auto number มันก็จะเ็ป็นอย่างนี่ครับ
ต้องใช้เป็นแบบ บวกเอาเองครับครับ
|
|
|
|
|
Date :
2011-07-16 09:42:13 |
By :
thep |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<? $i=1;
{
?>
ลำดับ <? $i; ?>
.
..
...
<? $i=$i+1;
}
?>
|
|
|
|
|
Date :
2011-07-16 10:04:03 |
By :
MyZeus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องแทรกยังไงครับแบบนี้
Code (PHP)
<?
$objConnect = mysql_connect("localhost","root","123456") or die("äÁèÊÒÁÒöµÔ´µèÍ°Ò¹¢éÍÁÙÅä´é");
$objDB = mysql_select_db("testdb2");
$strSQL = "SELECT * FROM member ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
mysql_query("SET NAMES TIS620");
$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 id ASC LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<title>:: ÃкºµÃǨÊͺʶҹСÒâÍ͹ØÁѵÔä»ÃÒª¡Òà ::</title>
<style>
BODY {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>
<script Language="Javascript">
<!--
function Conf(object) {
if (confirm("â»Ã´Â×¹Âѹ¡ÒÃź ?") == true) {
return true;
}
return false;
}
//-->
</script>
</head>
<body><center>
<font color="#3300CC" size="4" ><h>ÃкºµÃǨÊͺʶҹСÒâÍ͹ØÁѵÔä»ÃÒª¡ÒÃ</h1></font></center>
<p align="center">
<font size="2"><a href="search2.php">| ¤é¹ËÒ¢éÍÁÙÅ |</a> <font color="#FF0033"size="2"><a href="http://localhost/connectdb2/" target="blank">| ÊÓËÃѺà¨éÒ˹éÒ·Õè |</a>
<p align="center"><b><font size="3" color="#FF0066">
| ÃÒ¡ÒâÍ͹ØÁѵÔä»ÃÒª¡Òà |</font></b></a></font></p>
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="1100"
id="AutoNumber1">
<tr>
<td width="37" height="44" bgcolor="#00FFFF"> <p align="center"><font color="#000000" size="2">ÅӴѺ</font></p></td>
<td width="151"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">¼Ùé¢Í¹ØÁѵÔ</font></div></td>
<td width="151"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">µÓá˹è§</font></div></td>
<td width="132"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">¼Ùé͹ØÁѵÔ</font></div></td>
<td width="71"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">Çѹ·Õè<br>
ä»ÃÒª¡ÒÃ</font></div></td>
<td width="309"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">àÃ×èͧ·Õèä»ÃÒª¡ÒÃ</font></div></td>
<td width="309"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">ʶҹ·Õèä»ÃÒª¡ÒÃ</font></div></td>
<td width="92"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">¾Ò˹Ð<br>
·Õèãªéà´Ô¹·Ò§</font></div></td>
<td width="68"bgcolor="#00FFFF"><div align="center"><font color="#000000" size="2">¡ÒÃàºÔ¡<br>
¤èÒãªé¨èÒÂ</font></div></td>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td width="5" height="30 "bgcolor="#CCCCFF" ><p align="center"><?php echo $objResult['id'] ; ?></td>
<td width="150" bgcolor="#CCCCFF" ><div align="center"><?php echo$objResult['namesurname'] ; ?></div></td>
<td width="150" bgcolor="#CCCCFF" ><div align="center"><?php echo$objResult['position'] ; ?></div></td>
<td width="150" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['sex'] ; ?></div></td>
<td width="6" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['date']."/".$objResult['month']."/".$objResult['year']; ?></div></td>
<td width="300" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['address'] ; ?></div></td>
<td width="300" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['address2'] ; ?></div></td>
<td width="150" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['namesurname2'] ; ?></div></td>
<td width="10" bgcolor="#CCCCFF" ><div align="center"><?php echo $objResult['sex2'] ; ?></div></td>
</tr>
<?php
}
?>
</table>
</center>
<div align="center">
<font color="#0033CC" size="2">¨Ó¹Ç¹ÃÒ¡Ò÷Ñé§ËÁ´ <?= $Num_Rows;?> ÅӴѺ : <?=$Num_Pages;?> ˹éÒ : </font>
<?
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($objConnect);
?>
</body>
</html>
<br>
<br>
<br>
<br>
<?php include("footer.php")?>
</body>
</html>
|
|
|
|
|
Date :
2011-07-16 10:26:16 |
By :
tossa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ประกาศ $i = 1 ไว้เหนือ loop ครับ
$i = 1;
while($objResult = mysql_fetch_array($objQuery))
นำ $i++ ไว้ที่ท้าย loop บรรทัดที่ 106 น่ะครับ
<?php
$i++;
}
?>
เปลี่ยน echo ตรงลำดับ
//เดิมแบบนี้
<?php echo $objResult['id'] ; ?>
//เปลี่ยนเป็น
<?=$i;?>
|
ประวัติการแก้ไข 2011-07-16 11:08:45 2011-07-16 11:50:08
|
|
|
|
Date :
2011-07-16 11:06:16 |
By :
tomrambo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณหลายๆ ครับผม
|
|
|
|
|
Date :
2011-07-16 11:28:20 |
By :
tossa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|