/****************************************************** ' 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_namagomi.php"); include("$inc/sim_db.php"); include("$inc/sim_total.php"); // エコ診断クラス生成 $sim = new sim_namagomi; // フォームからデータ取得 $sim->weekday_dust = $weekday_dust; $sim->holiday_dust = $holiday_dust; $sim->compost = $compost; $sim->compost_e = $compost_e; // エコ診断計算 $sim->simulation($energy, $cost, $co2, $msg); // 年間使用量取得 total_use($total_energy, $total_water, $total_cost, $total_co2); ?>