diff --git a/statistics/gemeinde_details.php b/statistics/gemeinde_details.php index f8e39e1..db07c00 100644 --- a/statistics/gemeinde_details.php +++ b/statistics/gemeinde_details.php @@ -56,7 +56,7 @@
Einwohnerzahl: =$numPopulation?> Fläche: =$numFlaeche?> km2
+Einwohnerzahl: =number_format($numPopulation,0,",",".")?> Fläche: =number_format($numFlaeche,2,",",".")?> km2
Einwohnerzahl: =$numPopulation?> Fläche: =$numFlaeche?> km2
+Einwohnerzahl: =number_format($numPopulation,0,",",".")?> Fläche: =number_format($numFlaeche,2,",",".")?> km2
Einwohnerzahl: =$numPopulation?> Fläche: =$numFlaeche?> km2
+Einwohnerzahl: =number_format($numPopulation,0,",",".")?> Fläche: =number_format($numFlaeche,2,",",".")?> km2
Quote pro Tausend Einwohner | = round($numGesamt/$numPopulation*1000,2) ?> |
---|---|
Quote pro Fläche | = round($numGesamt/$numFlaeche,1) ?> /km2 |
Quote pro Fläche | = number_format($numGesamt/$numFlaeche,2,",",".") ?> /km2 |