include_once('./_common.php');
define('_INDEX_', true);
$main = true;
include_once ('./head.php');
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
include_once(G5_LIB_PATH.'/gogumaweb.php');
?>
$sql = " select * from item_code where cid = '2' order by sort_no asc";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
-
=$row[iname]?>
=$row[etc1]?>
} ?>
include ('./tail.php');?>