/****************************************************** ' System :Eco-footprint 会員ページ ' Content:京都議定書グラフ表示 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); $inc = "$top/inc"; include("$inc/mypage.php"); include("$inc/graph03.php"); // Flashパラメータ編集 /* 自分のノルマ本数 */ $fv[] = "treeNormNum=$norm_num"; /* 会員目標本数 */ $fv[] = "treeGoalNum=0"; /* 自分の累積本数(プラス・マイナス) */ $fv[] = "totaltreeNum=$total_tree_num"; /* 自分の累積(Flash内で計算される) */ $fv[] = "totaltreePer=0"; /* 入会月 */ $fv[] = "addmissMonth=$start_month"; /* 月毎の木の本数(39本以下) */ for($i = 0; $i < 12; $i++) { $fv[] = "treeM" . ($i + 1) . "Num=$tree_month[$i]"; $fv[] = "input" . ($i + 1) . "=$input[$i]"; } /* 以前のトータル本数 */ $fv[] = "totaltreeNumPast=$past_tree_num"; $fv = join('&', $fv); ?>