가격비교 사이트 페이지 이미지 url 변경

This commit is contained in:
chicpro
2013-06-21 15:06:40 +09:00
parent 2a32337cb0
commit e7acf7a6ed
14 changed files with 212 additions and 25 deletions

View File

@ -34,7 +34,11 @@ $sql = " select * from {$g4['shop_item_table']}
$result = sql_query($sql);
for ($i=0; $row=mysql_fetch_array($result); $i++)
{
$image = it_image($row['it_id'].'_m');
for($k=1; $k<=10; $k++) {
$imgage = get_it_imageurl($row['it_img'.$k], $default['de_mimg_width'], $default['de_mimg_height']);
if($image)
break;
}
$row2 = sql_fetch(" select ca_name from {$g4['shop_category_table']} where ca_id = '".substr($row['ca_id'],0,2)."' ");