banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows Nhờ test code  XML
  [Question]   Nhờ test code 05/02/2007 06:19:06 (+0700) | #1 | 40006
[Avatar]
sinhvienluoi81
Member

[Minus]    0    [Plus]
Joined: 19/08/2006 16:44:20
Messages: 25
Offline
[Profile] [PM] [WWW] [Yahoo!]
Nhờ các bác test dùm em đoạn code này với
<?php
$server = "sql1.php0h.com";
$username = "p0_2785";
$password = "sinhvienluoi81";
$dbname = "p0_2785";

$conn = mysql_connect($server, $username, $password);
if (!$conn)
{
die ("khong ket noi duoc vao du lieu".mysql_error($conn));
}
mysql_select_db($dbname, $conn)
or die ("khong the chon duoc co so du lieu:".mysql_error($conn));

$num = mysql_num_rows(mysql_query("SELECT * FROM menu"));

$sotrang = 3 ;
if (!$page) $page=0; else $page=$page;
$sel = mysql_query("SELECT * FROM menu LIMIT $page,$sotrang");

while ( $row = mysql_fetch_assoc($sel))
{

                  $j=1;
                   if ($num)
                   {
                    for ($i=0;$i<$num;$i++)
                         {
                                     if ($i%$page==0)
                                     {
                                        if (isset($page))
                                        {

                                               if ($i == $page)
                                               {
                                               $data_page.= "<font color=\"red\" ><b><u>$j</u></b></font> </font>";
                                               }
                                               else { $data_page.= " <a href=\"?".$_SERVER['QUERY_STRING']."&page=$i\"><b>$j</b></a> ";
                                        }
                                       $j++;
                                        }
                                     }
                         }
             
                   }




}
mysql_free_result($sel);
mysql_close($conn);
?>
=================
Nguyen Trung Dai
Mobile: 0947733000
Email: info@onggiovn.com
website: www.onggiovn.com
[Up] [Print Copy]
  [Question]   Nhờ test code 05/02/2007 08:37:16 (+0700) | #2 | 40020
[Avatar]
delua
Locked

[Minus]    0    [Plus]
Joined: 28/12/2006 00:48:39
Messages: 102
Offline
[Profile] [PM]
Test vấn đề gì ?
[Up] [Print Copy]
  [Question]   Re: Nhờ test code 07/02/2007 05:56:14 (+0700) | #3 | 40381
[Avatar]
sinhvienluoi81
Member

[Minus]    0    [Plus]
Joined: 19/08/2006 16:44:20
Messages: 25
Offline
[Profile] [PM] [WWW] [Yahoo!]
Nhờ các bác kiểm tra hộ xem nó sai chỗ nào mà không chạy được
=================
Nguyen Trung Dai
Mobile: 0947733000
Email: info@onggiovn.com
website: www.onggiovn.com
[Up] [Print Copy]
  [Question]   Nhờ test code 07/02/2007 11:05:01 (+0700) | #4 | 40426
[Avatar]
Seii TaiShogun
Member

[Minus]    0    [Plus]
Joined: 27/03/2006 09:18:27
Messages: 107
Location: Chiến trường
Offline
[Profile] [PM] [Email] [WWW]
$page = ?
[Up] [Print Copy]
  [Question]   Re: Nhờ test code 08/02/2007 06:49:51 (+0700) | #5 | 40609
[Avatar]
sinhvienluoi81
Member

[Minus]    0    [Plus]
Joined: 19/08/2006 16:44:20
Messages: 25
Offline
[Profile] [PM] [WWW] [Yahoo!]
Em mới học nên chẳng hiểu gì đâu, nhờ bác sửa luôn hộ hoặc là có code về phân trang thì send cho em cũng được.

em có table dữ liệu gồm 3 trường (id, menu, uutien)
cần hiển thị mỗi một trang gồm 10 bản ghi.
đề nghị viết đơn giản nhất để em có thể đọc được và học hỏi. Thank!

sinhvienluoi81@yahoo.com
=================
Nguyen Trung Dai
Mobile: 0947733000
Email: info@onggiovn.com
website: www.onggiovn.com
[Up] [Print Copy]
  [Question]   Re: Nhờ test code 08/02/2007 10:08:49 (+0700) | #6 | 40635
kemkem
Member

[Minus]    0    [Plus]
Joined: 20/01/2007 16:19:28
Messages: 27
Offline
[Profile] [PM]
Bạn dùng thử đoạn code phân trang này xem nhé.
Code:
<?php
//tim tong so tra lai
function number($table,$catid)
	{
		$select="select * from $table where `catid`='$catid' order by location ASC";
		$result=mysql_query($select) or die("can't not truy van number");
		$n_record=mysql_num_rows($result);//so ban ghi cua bang 
		return $n_record;
	}
//so trang 
function num_page($p,$n_record) 
{ 
if($n_record%$p==0) 
{ 
$n_page=$n_record/$p; 
return $n_page; 
} 
else 
{ 
$n_page=($n_record-($n_record%$p))/$p+1; 
return $n_page; 
} 
} 
//hien so trang
function view_page($page_number,$n_record,$links,$p) 
{ 
$vonglap=num_page($p,$n_record);
echo "<DIV align='right'>";
echo "Trang:";
for($i=1;$i<=$vonglap;$i++) 
{ 
if ($page_number == $i){
echo "<a href='$links&page=".$i."'> [".$i."]</a>";
}else{
echo "<a href='$links&page=".$i."'> ".$i."</a>";
}
} 

} 
?>
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|