번호
상품후기
작성자
작성일
평가점수
run($row['is_content']); $is_time = substr($row['is_time'], 2, 14); $small_image = $row['it_id']."_s"; $row2 = sql_fetch(" select it_name from {$g4['shop_item_table']} where it_id = '{$row['it_id']}' "); $it_href = G4_SHOP_URL."/item.php?it_id={$row['it_id']}"; echo "
$num
".get_it_image($small_image, 100, 100)."
{$row2['it_name']}
{$row['is_subject']}
{$row['is_name']}
".substr($row['is_time'],0,10)."
$is_content
"; } if ($i == 0) echo "
자료가 없습니다.
"; ?>