Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ช่วยในเรื่องของทำให้มันเป็นถัดไปหน่อยคะ ช่วยดูหน่อยคะ



 

ช่วยในเรื่องของทำให้มันเป็นถัดไปหน่อยคะ ช่วยดูหน่อยคะ

 



Topic : 051845

Guest




ต้องการให้มันแสดงหน้าละ 20 และ มีให้เลือกหน้าถัดไปเหมือนที่โชว์มาคะ ช่วยหน่อยนะคะ
fdf

อันนี้โค๊ดหนูนะคะ รบกวน ช่วยแก้ หรือแนะนำก็ได้คะ

เชื่อมต่อดาต้าเบสนะคะ
<?php
$dbname="cal";
$con = mysql_connect("localhost","root","123");
mysql_query("SET NAMES 'tis620' ");

if($con){
//echo "การเชื่อมต่อฐานข้อมูลสำเร็จ";//
}else{
//die('การเชื่อมต่อผิดพลาด');//
}
?>

อันนี้โคีดที่แสดงเป็นรายการอาหารนะคะ

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ข้อมูลรายการอาหาร</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body {
background-image: url(image/background.gif);
}
-->
</style>
</head>

<body>

<p align="center"><strong>ข้อมูลรายการอาหาร</strong>
<p align="center">

<table width="541" height="41" border="1" align="center">

<tr bordercolor="#FF0000" bgcolor="#00FF00">
<td font face="Angsana New" width="50"><div align="center"><strong>ลำดับ</strong></div></td>
<td font face="Angsana New" width="255"><div align="center"><strong>รายการอาหาร</strong></div></td>
<td font face="Angsana New" width="120"><div align="center"><strong>แคลอรี</strong></div></td>
<td font face="Angsana New" width="120"><div align="center"><strong>ความต้องการ</strong></div></td>
</tr>
<?php
include("connect4.php");
$sql="select*from tbfood order by id";
$result = mysql_db_query($dbname,$sql);
while($record=mysql_fetch_array($result)){
echo "
<tr>
<td>$record[id]</td>
<td>$record[Name]</td>
<td>$record[Calorie]</td>
<td>
<a href = \"Dellist.php?id=$record[id]\"
onclick=\"return confirm('ต้องการลบ $record[Name] จริงหรือไม่') \">ลบ</a> </td> </tr>";

}
?>
</table>
</p>
<p align="center" class="style1">*ต้องการเพิ่มรายการอาหาร <a href="flist.php">คลิกที่นี้ </a></p>
<p align="center"><a href="adin.php"><strong>กลับ</strong></a></p>
</body>
</html>
ขอบคุณล่วงหน้าคะ



Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-11-18 18:48:17 By : ค่อยๆเรียนรู้ View : 927 Reply : 33
 

 

No. 1

Guest


ช่วยด้วยๆๆๆๆๆๆๆๆๆๆๆๆๆๆ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-18 20:58:45 By : ค่อยๆเรียนรู้
 


 

No. 2



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


เห็นใส่ชื่อว่า ค่อยๆเรียนรู้ แต่ทำไมไม่ยอมเรียนรู้ อ่านบทเรียนซิครับ
https://www.thaicreate.com/php.html

นี่ครับที่คุณต้องการ อยู่ในบทเรียน
https://www.thaicreate.com/php/php-mysql-list-record-paging.html
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-18 21:10:18 By : PlaKriM
 

 

No. 3

Guest


แล้วโค๊ดหนูต้องใส่บรรทัดที่เท่าไรคะ ตั้งแต่ตรงไหน รบกวนหน่อนนนะคะ เพิ่มเริ่มจริงๆ ม่ค่อยรู้เรื่องเลย พื้นฐานก็ไม่มี
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-18 21:19:53 By : ค่อยๆเรียนรู้
 


 

No. 4

Guest


ช่วยด้วยย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-19 12:49:57 By : ค
 


 

No. 5

Guest


ไม่มีใครช่วยเลย เฮ้อ อยากจะร้องไห์ๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-19 13:54:37 By : ด
 


 

No. 6

Guest


มันขึ้นมาแบบนี้คะ

Parse error: syntax error, unexpected '=' in C:\AppServ\www\hbo\listcal.php on line 47

นี้โค๊ดคะ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ข้อมูลรายการอาหาร</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body {
background-image: url(image/background.gif);
}
-->
</style>
</head>

<body>

<p align="center"><strong>ข้อมูลรายการอาหาร</strong>
<p align="center">

<table width="541" height="41" border="1" align="center">

<tr bordercolor="#FF0000" bgcolor="#00FF00">
<td font face="Angsana New" width="50"><div align="center"><strong>ลำดับ</strong></div></td>
<td font face="Angsana New" width="255"><div align="center"><strong>รายการอาหาร</strong></div></td>
<td font face="Angsana New" width="120"><div align="center"><strong>แคลอรี</strong></div></td>
<td font face="Angsana New" width="120"><div align="center"><strong>ความต้องการ</strong></div></td>
</tr>
<?php
include("connect4.php");
$sql="select*from tbfood order by id";
$result = mysql_db_query($dbname,$sql);
while($record=mysql_fetch_array($result)){
echo "
<tr>
<td>$record[id]</td>
<td>$record[Name]</td>
<td>$record[Calorie]</td>
<td>
<a href = \"Dellist.php?id=$record[id]\"
onclick=\"return confirm('ต้องการลบ $record[Name] จริงหรือไม่') \">ลบ</a> </td> </tr>";

}
Per_Page = 2; // 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;
}


?>
</table>
</p>
<p align="center" class="style1">*ต้องการเพิ่มรายการอาหาร <a href="flist.php">คลิกที่นี้ </a></p>
<p align="center"><a href="adin.php"><strong>กลับ</strong></a></p>
</body>
</html>
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-19 22:17:26 By : ค่อยๆเรียนรู้
 


 

No. 7



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


สมัครสมาชิกก่อนครับ เดี๋ยวจะมาแก้ให้
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-20 01:07:27 By : PlaKriM
 


 

No. 8

Guest


ถ้าไม่สมัครสมาชิกจะช่วยไหมคะ ขอร้องละคะ ช่วยหน่อยคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-20 11:21:00 By : สส
 


 

No. 9



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ที่ให้สมัครสมาชิกเพราะจะได้จำได้ว่าคุณเคยถามอะไรไปบ้างแล้ว แล้วมันจะแสดงอยู่ใน List บอกเลยว่าคุณถามอะไรและได้คำตอบอะไร จะได้ระลึกชาติได้ว่าคุณตอบอะไรก่อนหน้านี้ไป จะได้คิดคำตอบสำหรับคำถามต่อไปได้ง่ายๆ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-20 16:44:00 By : PlaKriM
 


 

No. 10

Guest


ออ ไม่เคยเข้ามาเลยคะ พึ่งตั้งอันนี้ อันแรกคะ ช่วยได้หรือป่าวคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-20 21:03:16 By : สส
 


 

No. 11

Guest


เฮ้อออ ไม่มีใครช่วยเลยยย อยากจะร้องงงงงงงไห้้ พี่ๆๆๆ เฮ้อออ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-21 22:57:39 By : สงสารหน่อย
 


 

No. 12



โพสกระทู้ ( 1,195 )
บทความ ( 0 )



สถานะออฟไลน์


ถ้าจําไม่ผิด

$sql="select*from tbfood WHERE 1 order by id LIMIT 0,20";

คือให้แสดง20แถว
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-21 23:11:17 By : kenghockey
 


 

No. 13



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


Code (PHP)
<?php
$dbname="cal";
$con = mysql_connect("localhost","root","123");
mysql_query("SET NAMES 'tis620' ");

if($con){
//echo "การเชื่อมต่อฐานข้อมูลสำเร็จ";//
}else{
//die('การเชื่อมต่อผิดพลาด');//
}
?>

อันนี้โคีดที่แสดงเป็นรายการอาหารนะคะ

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ข้อมูลรายการอาหาร</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body {
background-image: url(image/background.gif);
}
-->
</style>
</head>

<body>

<p align="center"><strong>ข้อมูลรายการอาหาร</strong>
<p align="center">

<table width="541" height="41" border="1" align="center">

<tr bordercolor="#FF0000" bgcolor="#00FF00">
<td font face="Angsana New" width="50"><div align="center"><strong>ลำดับ</strong></div></td& gt;
<td font face="Angsana New" width="255"><div align="center"><strong>รายการอาหาร</strong></div>& lt;/td>
<td font face="Angsana New" width="120"><div align="center"><strong>แคลอรี</strong></div>& lt;/td>
<td font face="Angsana New" width="120"><div align="center"><strong>ความต้องการ</strong></div>& lt;/td>
</tr>
<?php
function pagenavi($page, $limit, $range, $count, $style="", $oncolor="#FF0000", $send=NULL, $target="_self"){
	$output = "";
	$total = ceil($count/$limit);
	$navi_start = $page-$range;
	$navi_end = $page+$range;
	
	$send .= (!empty($send))? "&" : NULL;
		
	if($navi_start <= 0) $navi_start = 1;
	if($navi_end >= $total) $navi_end = $total;
	
	if($page>1){
		$navi_back = $page-1;
		if($page > 2)
		$output .= "<a href=\"?" . $send . "page=1\" target=\"" . $target . "\" class=\"" . $style . "\">&laquo;</a> ";
		$output .= "<a href=\"?" . $send . "page=" . $navi_back . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8249;</a> ";
	}
	for($i = $navi_start; $i <= $navi_end; $i++){
		if($i == $page)
		$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong><font color=\""  . $oncolor . "\">$i</font></strong></a> ";
		else
		$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\">$i</a> ";
	}
	if($page < $total){
		$navi_next = $page+1;
		$output .= "<a href=\"?" . $send . "page=" . $navi_next . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8250;</a> ";
		if(($page+1) < $total)
		$output .= "<a href=\"?" . $send . "page=" . $total . "\" target=\"" . $target . "\" class=\"" . $style . "\">&raquo;</a>";
	}
	if($navi_start>$navi_end) 
		$output .= "<a href=\"?" . $send . "page=" . $page . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong>$page</strong></a> ";
	return $output;
}

include("connect4.php");

$page = (isset($_GET['page']))? intval($_GET['page']) : 1;
$limit_end = 20;
$limit_start = ($page-1)*$limit_end;

$sql = "select * from tbfood order by id";
$result = mysql_query($sql . " limit " . $limit_start. "," . $limit_end, $connection_id);
$rc_total = mysql_num_rows(mysql_query($sql));

while($record=mysql_fetch_array($result)){
echo "
<tr>
<td>$record[id]</td>
<td>$record[Name]</td>
<td>$record[Calorie]</td>
<td>
<a href = \"Dellist.php?id=$record[id]\"
onclick=\"return confirm('ต้องการลบ $record[Name] จริงหรือไม่') \">ลบ</a> </td> </tr>";

}
?>
</table>
<div>หน้า : <?php echo pagenavi($page, $limit_end, 4, $rc_total); ?></div>
</p>
<p align="center" class="style1">*ต้องการเพิ่มรายการอาหาร <a href="flist.php">คลิกที่นี้ </a></p>
<p align="center"><a href="adin.php"><strong>กลับ</strong></a></p>
</body>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-21 23:56:31 By : PlaKriM
 


 

No. 14

Guest


มันแสดงerrer แบบนี้คะ

พพ

และขอถามอีกนิดหนึ่งคะ ให้แต่ละหน้ามันแสดงออกมา 20 บรรทัดไหมคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 09:32:26 By : สงสารหน่อย
 


 

No. 15

Guest


พี่ๆคะ ช่วยหน่อยยยยยยยยยยยยยยยยยยยยยยยย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 11:45:43 By : สงสารหน่อย
 


 

No. 16



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


$result = mysql_query($sql . " limit " . $limit_start. "," . $limit_end, $connection_id);

เอาตัวหนาออกครับ ผมลืมเอาออก


ประวัติการแก้ไข
2010-11-22 14:53:53
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 11:50:22 By : PlaKriM
 


 

No. 17

Guest


ยังเหมือนเดิมคะ error
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 11:58:51 By : iy
 


 

No. 18



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


เอาโค๊ดที่แก้แล้วมาดูครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 12:07:01 By : PlaKriM
 


 

No. 19

Guest


นี้คะ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ข้อมูลรายการอาหาร</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body {
background-image: url(image/background.gif);
}
-->
</style>
</head>

<body>

<p align="center"><strong>ข้อมูลรายการอาหาร</strong>
<p align="center">

<table width="541" height="41" border="1" align="center">

<tr bordercolor="#FF0000" bgcolor="#00FF00">
<td font face="Angsana New" width="50"><div align="center"><strong>ลำดับ</strong></div></td& gt;
<td font face="Angsana New" width="255"><div align="center"><strong>รายการอาหาร</strong></div>& lt;/td>
<td font face="Angsana New" width="120"><div align="center"><strong>แคลอรี</strong></div>& lt;/td>
<td font face="Angsana New" width="120"><div align="center"><strong>ความต้องการ</strong></div>& lt;/td>
</tr>
<?php
function pagenavi($page, $limit, $range, $count, $style="", $oncolor="#FF0000", $send=NULL, $target="_self"){
$output = "";
$total = ceil($count/$limit);
$navi_start = $page-$range;
$navi_end = $page+$range;

$send .= (!empty($send))? "&" : NULL;

if($navi_start <= 0) $navi_start = 1;
if($navi_end >= $total) $navi_end = $total;

if($page>1){
$navi_back = $page-1;
if($page > 2)
$output .= "<a href=\"?" . $send . "page=1\" target=\"" . $target . "\" class=\"" . $style . "\">&laquo;</a> ";
$output .= "<a href=\"?" . $send . "page=" . $navi_back . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8249;</a> ";
}
for($i = $navi_start; $i <= $navi_end; $i++){
if($i == $page)
$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong><font color=\"" . $oncolor . "\">$i</font></strong></a> ";
else
$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\">$i</a> ";
}
if($page < $total){
$navi_next = $page+1;
$output .= "<a href=\"?" . $send . "page=" . $navi_next . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8250;</a> ";
if(($page+1) < $total)
$output .= "<a href=\"?" . $send . "page=" . $total . "\" target=\"" . $target . "\" class=\"" . $style . "\">&raquo;</a>";
}
if($navi_start>$navi_end)
$output .= "<a href=\"?" . $send . "page=" . $page . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong>$page</strong></a> ";
return $output;
}

include("connect4.php");

$page = (isset($_GET['page']))? intval($_GET['page']) : 1;
$limit_end = 20;
$limit_start = ($page-1)*$limit_end;

$sql = "select * from tbfood order by id";
$result = mysql_query($sql . " limit " . $limit_start. "," . $limit_end, $connection_id);
$rc_total = mysql_num_rows(mysql_query($sql));

while($record=mysql_fetch_array($result)){
echo "
<tr>
<td>$record[id]</td>
<td>$record[Name]</td>
<td>$record[Calorie]</td>
<td>
<a href = \"Dellist.php?id=$record[id]\"
onclick=\"return confirm('ต้องการลบ $record[Name] จริงหรือไม่') \">ลบ</a> </td> </tr>";

}
?>
</table>
<div>หน้า : <?php echo pagenavi($page, $limit_end, 4, $rc_total); ?></div>
</p>
<p align="center" class="style1">*ต้องการเพิ่มรายการอาหาร <a href="flist.php">คลิกที่นี้ </a></p>
<p align="center"><a href="adin.php"><strong>กลับ</strong></a></p>
</body>
</html>
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 13:10:29 By : สงสารหน่อย
 


 

No. 20



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


เที่ยบดูตรงนี้นะครับ
$sql = "select * from tbfood order by id";
$result = mysql_query($sql . " limit " . $limit_start. "," . $limit_end, $connection_id);
$rc_total = mysql_num_rows(mysql_query($sql));

กับที่ผมตอบไว้ข้างบนที่ทำตัวหนาไว้ บอกให้ลบออก ลองอ่านใหม่นะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 14:17:57 By : PlaKriM
 


 

No. 21

Guest


ไม่เห็นมีตัวหนานี้คะ ลองพิมพ์ใหม่ มันก็ยังเกิดผิดพลาดเหมือนนเดิม
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 14:41:56 By : สงสารหน่อย
 


 

No. 22



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


No. 16
ผมให้สีแดงให้ด้วยเลยอะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 14:54:27 By : PlaKriM
 


 

No. 23

Guest


คะ เอาออก หรือพิมพ์เข้าไปใหม่ ก็ยังเหมือนเดิมคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 15:04:34 By : สงสารหน่อย
 


 

No. 24



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


กำ สมัครสมาชิก เดี๋ยวคุย pm กัน
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 15:23:08 By : PlaKriM
 


 

No. 25

Guest


พี่คะ ขอไม่สมัครได้ไหม คงไม่มีโอกาสใช่คะ ครั้งนี้ครั้งเดียว พี่ก็เห็นในโคีดที่หนูใส่แล้ว ไม่เห็นมีตัวหนาเลย หนูงงคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 15:36:19 By : สงสารหน่อย
 


 

No. 26



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


งั้นก็สังเกตุเอาละกันครับ เลื่อนขึ้นไปอ่านด้านบนอะ

แค่สมัครสมาชิกยังทำไม่ได้ งั้นผมขอบาย ผมไม่อยากเขียนให้ซ้ำอีก เพราะเขียนให้ไปแล้ว แค่ลืมนิดหน่อย แล้วบอกให้แล้วด้วยว่าแก้ตรงไหน

รอท่านอื่นละกัน
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 15:38:51 By : PlaKriM
 


 

No. 27

Guest


พี่ เอาออกตามที่บอกแล้วว มันก็ขึ้นแบบนี้อยู่ดีคะ

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\hbo\tl1.php on line 89

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\hbo\tl1.php on line 92

อย่าพึ่งไปคะ ช่วยหน่อยๆ พี่ขอร้อง
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 15:44:12 By : สงสารหน่อย
 


 

No. 28

Guest


ไม่ช่วยหนูต่อจริงๆ หรือคะ จะร้องไห้
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 16:40:03 By : สงสารหน่อย
 


 

No. 29



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


รันไฟล์ connect4 ดูว่า error ไหม
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-22 16:44:51 By : PlaKriM
 


 

No. 30

Guest


ได้แล้วคะพี่นี็ด๕ีดที่แก้เองคะ ขอบคุณพี่มากๆคะ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ข้อมูลรายการอาหาร</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body {
background-image: url(image/background.gif);
}
-->
</style>
</head>

<body>

<p align="center"><strong>ข้อมูลรายการอาหาร</strong>
<p align="center">

<table width="541" height="41" border="1" align="center">

<tr bordercolor="#FF0000" bgcolor="#00FF00">
<td font face="Angsana New" width="50"><div align="center"><strong>ลำดับ</strong></div>
<td font face="Angsana New" width="255"><div align="center"><strong>รายการอาหาร</strong></div>
<td font face="Angsana New" width="120"><div align="center"><strong>แคลอรี</strong></div>
<td font face="Angsana New" width="120"><div align="center"><strong>ความต้องการ</strong></div>
</tr>
<?php
include("connect4.php");
$result = mysql_db_query($dbname,$sql);
function pagenavi($page, $limit, $range, $count, $style="", $oncolor="#FF0000", $send=NULL, $target="_self"){
$output = "";
$total = ceil($count/$limit);
$navi_start = $page-$range;
$navi_end = $page+$range;

$send .= (!empty($send))? "&" : NULL;

if($navi_start <= 0) $navi_start = 1;
if($navi_end >= $total) $navi_end = $total;

if($page>1){
$navi_back = $page-1;
if($page > 2)
$output .= "<a href=\"?" . $send . "page=1\" target=\"" . $target . "\" class=\"" . $style . "\">&laquo;</a> ";
$output .= "<a href=\"?" . $send . "page=" . $navi_back . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8249;</a> ";
}
for($i = $navi_start; $i <= $navi_end; $i++){
if($i == $page)
$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong><font color=\"" . $oncolor . "\">$i</font></strong></a> ";
else
$output .= "<a href=\"?" . $send . "page=" . $i . "\" target=\"" . $target . "\" class=\"" . $style . "\">$i</a> ";
}
if($page < $total){
$navi_next = $page+1;
$output .= "<a href=\"?" . $send . "page=" . $navi_next . "\" target=\"" . $target . "\" class=\"" . $style . "\">&#8250;</a> ";
if(($page+1) < $total)
$output .= "<a href=\"?" . $send . "page=" . $total . "\" target=\"" . $target . "\" class=\"" . $style . "\">&raquo;</a>";
}
if($navi_start>$navi_end)
$output .= "<a href=\"?" . $send . "page=" . $page . "\" target=\"" . $target . "\" class=\"" . $style . "\"><strong>$page</strong></a> ";
return $output;
}

include("connect4.php");

$page = (isset($_GET['page']))? intval($_GET['page']) : 1;
$limit_end = 20;
$limit_start = ($page-1)*$limit_end;

$sql = "select * from tbfood order by id";
$result = mysql_query($sql . " limit " . $limit_start. "," . $limit_end );
$rc_total = mysql_num_rows(mysql_query($sql));


while($record=mysql_fetch_array($result)){
echo "
<tr>
<td>$record[id]</td>
<td>$record[Name]</td>
<td>$record[Calorie]</td>
<td>
<a href = \"Dellist.php?id=$record[id]\"
onclick=\"return confirm('ต้องการลบ $record[Name] จริงหรือไม่') \">ลบ</a> </td> </tr>";

}
?>
</table>
<div>หน้า : <?php echo pagenavi($page, $limit_end, 4, $rc_total); ?></div>
</p>
<p align="center" class="style1">*ต้องการเพิ่มรายการอาหาร <a href="flist.php">คลิกที่นี้ </a></p>
<p align="center"><a href="adin.php"><strong>กลับ</strong></a></p>
</body>
</html>
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-23 10:06:31 By : สงสารหน่อย
 


 

No. 31



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ได้แล้วหรอ ดีครับ ผมยังไม่เห็นว่ามันต่างจากที่ผมบอกตรงไหน แต่ก็โอเค คุณจะได้ส่งงาน ยินดีด้วย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-23 10:50:33 By : PlaKriM
 


 

No. 32



โพสกระทู้ ( 50 )
บทความ ( 0 )



สถานะออฟไลน์


ถามต่อนะครับ จากโค้ด NO.30 ของเจ้าของกระทู้ เมื่อผมนำไปใช้งานทำไมถึง ขึ้น แบบนี้ครับ

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\manage\inc\soy.php on line 77

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\manage\inc\soy.php on line 80

แล้วถามเพิ่มเติมนะครับ ทำไมเวลา เรา ใช้คำสั่ง mysql_num_rows(): และ mysql_fetch_array():

ที่ก๊อบมาจากหน้าอื่น ถึงชอบขึ้น Warning ทั้งๆ ที่หน้าอื่นยังใช้ได้ปกติ

รบกวนท่านผู้รู้ ด้วยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-29 21:14:42 By : l3ank
 


 

No. 33



โพสกระทู้ ( 50 )
บทความ ( 0 )



สถานะออฟไลน์


แก้ไขและใช้งานได้แล้วครับ มันเป็นความผิดพลาดของผมเอง

ที่มักง่าย ไม่ดูให้ถี่ถ้วน ขอบคุณครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-29 21:22:03 By : l3ank
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ช่วยในเรื่องของทำให้มันเป็นถัดไปหน่อยคะ ช่วยดูหน่อยคะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่