include "backend/Mis.php"; include "Up.php"; $Item=$_GET["Item"]; ?>
![]() |
|||
| 讓業務去旅行主頁 | 版主的話 | |||
| echo $Item; $sql ="Select Title,Price,Pic0,ProductID from sd_product where KindItem='".$Item."' and IsShow='Y' order by Title desc"; $result = mysql_query($sql); if ($result) { $a=0; while ($RS= mysql_fetch_array($result,MYSQL_ASSOC)) { $a++; if ($a %4==1) echo " | |||
| "; else echo " | ";
$Price=$RS['Price'];
$Title=$RS['Title'];
$Pic=$RS['Pic0'];
$Url=$RS['Url'];
//$Title=substr($Title,0,1);
?>
| ||