 |
|
$query = "select class_id,item_no,item_pic1,item_seller,item_name,item_price,item_sell from shop_item where item_show='ÁýµéÀ̼±¹°' and item_pic1 != '' order by item_rank desc limit 10";
$result = mysql_query($query);
$focus = 1;
if($result) {
while($db=mysql_fetch_array($result)) {
?>
 |
=cut($db[item_name],15)?>
echo number_format($db[item_sell]); ?> ¿ø |
|
if ($focus%4 == 0) {
echo " \n\n | \n \n";
}
$focus++;
}
}
?>
* ¿©·¯ºÐÀÇ µû¶æÇÑ ¸¾À» 'PHILIPS' °¡ Àü´ÞÇØ µå¸³´Ï´Ù.
¾ðÁ¦¶óµµ ¿©·¯ºÐÀÇ ¸¾À» Ŭ¸¯Çϼ¼¿ä.
'PHILIPS' °¡ ¿©·¯ºÐ°ú ÇÔ²² ÇϰڽÀ´Ï´Ù.
|
|