= $total_page) $end_page = $total_page; if ($start_page > 1) $str .= "..."; if ($total_page > 1) for ($k=$start_page;$k<=$end_page;$k++) $str .= "$k"; if ($total_page > $end_page) $str .= "..."; return $str; } include_once('./_common.php'); // 페이지당 행수 $page_rows = 500; $sql = " select count(*) as cnt from {$g4['shop_item_table']} where it_use = '1' "; $row = sql_fetch($sql); $total_count = $row['cnt']; ?>
| 번호 | 분류1 | 분류2 | 분류3 | 분류4 | 제조회사 | 상품명 | 상품코드 | 가격 | 이벤트 | 이미지URL | 배송료 | 할인쿠폰 | 제조년월 |
| $num | {$row2['ca_name']} | {$row3['ca_name']} | {$row4['ca_name']} | {$row5['ca_name']} | {$row['it_maker']} | {$row['it_name']} | {$row['it_id']} | ".number_format($row['it_amount'])." | ".G4_DATA_URL."/item/{$row['it_id']}_l1 | $delivery |