|
|
|
แบ่งหน้าได้แล้วหน้าแรกมีข้อมูล แต่คลิกไปหน้า 2 แล้วไม่มีข้อมูล |
|
|
|
|
|
|
|
ใบ้ก็ใบ้ ส่ง $id_type_select=$_GET[id_type]; ไปกับไอ้พวกนี้ด้วย
Code (PHP)
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> ";
}
|
|
|
|
|
Date :
2011-02-18 19:21:13 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
if($Prev_Page)
{
echo " <a href='prd_list.php?id_type=$id_type_select?Page=$Prev_Page'><< Back</a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[ <a href='prd_list.php?id_type=$id_type_select?Page=$i'>$i</a> ]";
}
else
{
echo "<b> $i </b>";
}
}
if($Page!=$Num_Pages)
{
echo "<a href ='prd_list.php?id_type=$id_type_select?Page=$Next_Page'> Next>></a> ";
}
?>
คลิกหน้าต่อไปมันก็ขึ้นหน้าเดิมครับ ถ้าคลิกไปเรื่อยสังเกตุตรง URL มันจะทบไปเรื่อยๆ
|
|
|
|
|
Date :
2011-02-18 21:19:38 |
By :
minamino |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?id_type=$id_type_select?Page=$Prev_Page
?id_type=$id_type_select&Page=$Prev_Page
|
|
|
|
|
Date :
2011-02-18 21:41:14 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณหลายๆเด้อครับ
|
|
|
|
|
Date :
2011-02-19 02:00:30 |
By :
minamino |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|