import_request_variables('gp', '_'); $_Tcost = str_replace(",", "", $_Tcost); $original = $_Tcost; if ($_Tcost > 0.00 && $_Tcost <= 5000.00) { $_Tcost *= 0.015; } if ($_Tcost >5000.00 && $_Tcost <= 10000.00) { $_Tcost -= 5000.00 ; $_Tcost *= 0.01; $_Tcost += 75.00; } if ($_Tcost > 10000.00 && $_Tcost <= 100000.00) { $_Tcost -= 10000.00; $_Tcost *= 0.005; $_Tcost += 125.00; } if ($_Tcost > 100000.00 && $_Tcost <= 500000.00) { $_Tcost -= 100000.00; $_Tcost *= 0.002; $_Tcost += 575.00; } if ($_Tcost > 500000.00 && $_Tcost <= 5000000.00) { $_Tcost -= 500000.00; $_Tcost *= 0.0005; $_Tcost += 1375.00; } if ($_Tcost > 5000000.00 ) { $_Tcost -= 5000000.00; $_Tcost *= 0.0002; $_Tcost += 3625.00; } ?>
CITY PLANNING COMMISSION
Design Review Fee Calculator
Based on the consturction cost of $ echo "
$original
"; ?> .
echo "
Your Review Fee is $
";?> $formatted = sprintf("%01.2f", $_Tcost); echo "
$formatted
"; ?>