/****************************************************** ' System :Eco-footprint 管理用ページ ' Content:都道府県マスタリスト表示 '******************************************************/ $top = "../../.."; $inc = "$top/inc"; include("$inc/login_check.php"); include("$inc/header.php"); $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/define.php"); include("$inc/database.php"); include("$inc/list.php"); include("$inc/decode.php"); //メイン処理 set_global('master', 'マスタ管理|地域マスタ', '都道府県マスタ', BACK_TOP); $order_by = order_by(1, 0, 'ar_area_cd', 'ar_area_name','ar_area2_cd'); $sql = "SELECT ar_area_cd, ar_area_name,ar_area2_cd FROM m_area $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->ar_area_cd?> | =htmlspecialchars($fetch->ar_area_name)?> | =decode_area2($fetch->ar_area2_cd)?> |