/****************************************************** ' System :Eco-footprint 会員ページ ' Content:湯沸しエコ診断 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/cnv_unit.php"); include("$inc/cnv_eng_mny.php"); include("$inc/cnv_eng_co2.php"); $inc = "$top/inc"; include("$inc/mypage.php"); include("$inc/sim_define.php"); include("$inc/sim_sub.php"); include("$inc/sim_yuwakashi.php"); include("$inc/sim_db.php"); include("$inc/sim_total.php"); // エコ診断クラス生成 $sim = new sim_yuwakashi; // フォームからデータ取得 $sim->yuwakashi_houhou = $yuwakashi_houhou; $sim->yuwakashi_kaisuu = $yuwakashi_kaisuu; $sim->yuwakashi_ryou = $yuwakashi_ryou; $sim->hoon_houhou = $hoon_houhou; $sim->hoon_jikan = $hoon_jikan; $sim->yuwakashi_houhou_e = $yuwakashi_houhou_e; $sim->hoon_houhou_e = $hoon_houhou_e; $sim->hoon_jikan_e = $hoon_jikan_e; // エコ診断計算 $sim->simulation($energy, $cost, $co2, $msg); // 年間使用量取得 total_use($total_energy, $total_water, $total_cost, $total_co2); ?>