"; for ($i=0; $row=sql_fetch_array($result); $i++) { // 가로줄 if ($i>0) echo "\n"; $onclick_str = ""; // 옵션이 있는 상품은 선택할 수 없음 if (preg_match("/;|\\r/", trim($row['it_opt1']).trim($row['it_opt2']).trim($row['it_opt3']).trim($row['it_opt4']).trim($row['it_opt5']).trim($row['it_opt6']))) { $onclick_str = "옵션이 있는 상품이므로 바로 장바구니에 담을 수 없습니다."; } $it_amount = get_amount($row); echo " "; } echo ""; } if ($i == 0) echo "\n"; ?>
".get_it_image($row[it_id]."_s", $img_width , $img_height, $row[it_id])." ".it_name_icon($row)."
".get_text($row['it_basic'])."
$row[it_maker] "; if (!$row['it_gallery']) { echo " ".display_amount($it_amount, $row['it_tel_inq'])."
".display_point($row['it_point'])."
"; if (!$row['it_gallery']) { if ($onclick_str) echo "$btn_img"; else echo "$btn_img"; } echo "
자료가 한건도 없습니다.