= $total_page) $end_page = $total_page; if ($start_page > 1) $str .= "..."; if ($total_page > 1) for ($k=$start_page;$k<=$end_page;$k++) if ($cur_page != $k) $str .= "[$k]"; else $str .= " $k "; if ($total_page > $end_page) $str .= "..."; return $str; } function it_image($img) { global $g5; $tmp = G5_DATA_PATH.'/item/'.$img; if (file_exists($tmp) && $img) { $str = G5_DATA_URL.'/item/'.$img; } else { $str = G5_SHOP_URL.'/img/no_image.gif'; } return $str; } include_once('./_common.php'); // 페이지당 행수 $page_rows = 100; $sql = " select count(*) as cnt from {$g5['g5_shop_item_table']} where it_use = '1' "; $row = sql_fetch($sql); $total_count = $row['cnt']; ?> 마이마진 엔진페이지 "; } ?>
일련번호 제품코드 제품명 제품가격 상품분류 제조사 이미지
$num {$row['it_id']} {$row['it_name']} {$row['it_price']} $category {$row['it_maker']} $image