|
|
|
ดึงข้อมูลจากด้าต้าเบสยังไงคะที่ทำให้หน้าสิ้นค้ากับหน้ารายละเอียดสินค้าตรงกัน |
|
|
|
|
|
|
|
ต้องดู ดาต้า เบส ละครับ ว่า ทั้งสองอย่างมีอะไรเกี่ยวโยงกัน ทางที่ดีก็ลองเอาโค้ด มาแปะ ดูจะได้รู้สาเหตุ ของการผิดตัว ผิดฝา
|
|
|
|
|
Date :
2012-03-28 15:14:15 |
By :
lootboom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือมันเป็นเหมือนว่าไปเอาชื่อสินค้าที่ขายดีอันที่สามมาค่ะ ชื่อสินค้าก็เลยเป็นอันเดียวกันหมดค่ะ
|
|
|
|
|
Date :
2012-03-28 15:21:24 |
By :
toryairuk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอามาแปะแล้วนะคะ
<?
@session_start();
session_register('s_login');
?>
<?
ob_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ร้านจำหน่ายปลาสวยงามและอุปกรณ์ทุกชนิด</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin=0 topmargin=0 bgcolor="#BFA487">
<?
$show_id=$_GET[show_id];
include "connect.php";
$sql3 ="select * from product where product_id='$show_id' " ;
$result3=mysql_db_query($db,$sql3);
$rs3=mysql_fetch_array($result3);
$product_id=$rs3[product_id];
$product_id_code=sprintf ("%05d" ,$product_id);
$product_name=$rs3[product_name];
$product_detail=$rs3[product_detail];
$product_price=$rs3[product_price];
$picture=$rs3[picture];
?>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="17" background="images/bg_left.gif"><img src="images/bg_left.gif" width="17" height="16"></td>
<td width="950" align=lift valign=top><table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align=lift valign=top>
<? include "menu.php"; ?>
</td>
</tr>
<tr>
<td height="20" align=lift valign=top><table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" height="20" align=lift valign=top background="images/B_menu.jpg">
<? include "menu_left.php"; ?>
</td>
<td align=lift valign=top><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" background="images/bg_title2.jpg"><p align="left" class="menu2"> สินค้า</p></td>
</tr>
<tr>
<td lign=left valign=top><table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td> <div align="center"><?
echo "<IMG SRC='admin/picture/$picture'>";?>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td background="images/icon_02.gif"><img src="images/icon_02.gif" width="5" height="5"></td>
</tr>
<tr>
<td valign=top lign=left><p align="left" class="p"><strong>รหัสสินค้า
:</strong> <? echo $product_id_code?></p></td>
</tr>
<tr>
<td valign=top lign=left><p align="left" class="p"><strong>ชื่อสินค้า
:</strong> <? echo $product_name?></p></td>
</tr><? echo $sql3;?>
<tr>
<td valign=top lign=left><p align="left" class="p"><strong>ราคา
:</strong>
<?
$number =$product_price;
$number2=number_format($number,2,'.',',');
if ($number2 <> 0){
$x=$number2 ." บาท";
}else{
$x="สนใจติดต่อ";
}
echo " $x ";
?>
<br>
</p></td>
</tr>
<tr>
<td valign=top lign=left><p align="left" class="p"><strong>รายละเอียดสินค้า
:</strong><? echo $product_detail?> <br>
</p></td>
</tr>
<tr>
<td valign=top lign=left> </td>
</tr>
<tr>
<td valign=top lign=left><p align="left" class="p"><img src="images/icon_01.gif" width="9" height="9">
<a href="basket_add.php?product_id=<? echo $product_id ; ?>">หยิบใส่ตะกร้า</a></p></td>
</tr>
<tr>
<td background="images/icon_02.gif"><img src="images/icon_02.gif" width="5" height="5"></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td align=lift valign=top>
<? include "footer.php"; ?>
</td>
</tr>
</table></td>
<td width="17" background="images/bg_right.gif"><img src="images/bg_right.gif" width="17" height="16"></td>
</tr>
</table>
</body>
</html>
|
|
|
|
|
Date :
2012-03-28 15:45:41 |
By :
toryairuk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รันในmyadminก้อถูกแล้วค่ะ ข้อมุลถุกค่ะ
|
|
|
|
|
Date :
2012-03-28 16:50:58 |
By :
toryairuk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|