/****************************************************** ' 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/graph04.php"); $fv[] = "thisMonth=$this_month"; // 今月の月 $fv[] = "thisMonthCost=$cost_cy"; // 今月のトータル消費金額 $fv[] = "pastMonthCost=$cost_ly"; // 前年同月比のトータル消費金額 $fv[] = "pastTotalCost=$total_cost"; // 入会からの節約(オーバー)額のトータル $fv[] = "tryMonthCost=$cost_ly2"; // 来月の目標金額 $fv = join('&', $fv); ?>