Kalkulator Biaya Makam
10000000, 'premium' => 20000000, 'exclusive' => 30000000, ]; // Ambil tipe makam $type = $_POST['type']; $base_price = $prices[$type]; // Ambil biaya aksesori tambahan $accessories = isset($_POST['accessories']) ? $_POST['accessories'] : []; $accessory_cost = array_sum($accessories); // Hitung total biaya $total = $base_price + $accessory_cost; // Tampilkan hasil echo "

Total Biaya

"; echo "
Rp " . number_format($total, 0, ',', '.') . "
"; echo "Kembali"; } else { ?>

Kalkulator Biaya Makam

Aksesori Tambahan: