Back"; print "
"; $people = $_POST['people_in_home'] + 1; $h1 = $_POST['home_cost']; $h2 = $_POST['home_elec']; $h3 = $_POST['home_gas']; $h4 = $_POST['home_wst']; $h5 = $_POST['home_ins']; $h_sub = $h1 + $h2 + $h3 + $h4 + $h5; $h_mod = $h_sub * 0.05; $h_tot = $h_sub + $h_mod; $p1 = $_POST['home_phone']; $p2 = $_POST['cell_phone']; $p3 = $_POST['cable']; $p4 = $_POST['internet']; $p_sub = $p1 + $p2 + $p3 + $p4; $p_mod = $p_sub * 0.05; $p_tot = $p_sub + $p_mod; $c1 = $_POST['car_loan']; $c2 = $_POST['car_gas']; $c3 = $_POST['car_insurance']; $c_sub = $c1 + $c2 + $c3; $c_mod = $c_sub * 0.10; $c_tot = $c_sub + $c_mod; $m1 = $_POST['health_ins']; $m2 = $_POST['retirement']; $m3 = $_POST['child_care']; $m4 = $_POST['legal']; $m_sub = $m1 + $m2 + $m3 + $m4; $m_mod = $m_sub * 0.20; $m_tot = $m_sub + $m_mod; if ($people == 1){ $g1 = '150'; } if ($people == 2){ $g1 = '130'; } if ($people >= 3){ $g1 = '90'; } $groc_sub = $g1 * $people; $groc_mod = $groc_sub * 0.08; $groc_tot = $groc_sub + $groc_mod; $total = $groc_tot + $m_tot + $c_tot + $p_tot + $h_tot; $ent = $total * 0.10; $cushion = $total * .08; $new_tot = $total + $ent + $cushion; $hourly = $new_tot / 4.5 / 40; $salary = $new_tot * 12; ?>
People In House:
Rent/Mortgage:
Electricity :
Gas(natural/propane) :
Water/Sewage/Trash :
Home/Renters Insurance :
Cushion:(From all the above):
Total:
Home Phone:
Cell Phone:
Cable/Satelite/etc.:
Internet:
Cushion:(From all the above):
Total:
Car Payment:
Gasoline:
Car Insurance
Cushion:(From all the above):
Total:
Health/Vision/Dental :
Retirement/Pension :
Child Care :
Child Support/Alamony/Other(legal) :
Cushion:(From all the above):
Total:
Groceries (For each Person):
Groceries Cushion (For each Person):
Total:
Hourly Total:
Monthly Total:
Yearly Total:

 

 

Back
' method='POST'>
Dependants:
Rent/Mortgage:
Electricity :
Gas(natural/propane) :
Water/Sewage/Trash :
Home/Renters Insurance :
Home Phone:
Cell Phone:
Cable:
Internet:
Car Payment:
Gasoline:
Car Insurance
Health/Vision/Dental :
Retirement/Pension :
Child Care :
Child Support/Alamony/Other(legal) :