include("./header.inc.php"); ?>
$cate_code = extVar("cate_code");
$cate_name = getTbData("NAME","GOE_CATEGORY","CODE='$cate_code'");
?>
 |
| 產品介紹 > =$cate_name?> |
| =$cate_name?> |
 |
$SQLstr1 = "select * from GOE_PRODUCT where CATEGORY_CODE='$cate_code' and DELETED=0 order by PRIORITY";
$result1 = $db->sql_query($SQLstr1);
if($db->sql_num_rows($result1)>0)
{
?>
$i=1;
while($rs1 = $db->sql_fetch_row($result1))
{
if($i%2==1) echo "";
?>
|
if($i%2==0) echo " "; ?>
$i++; } ?>
} else {?>
找不到有關資料。
} ?>
|
|
|
include("./footer.inc.php"); ?>