prepare("SELECT sum(Flaeche) as Flaeche, sum(Einwohner) as Einwohner FROM community WHERE ULAND=:land");
$result->bindParam(":land",$numLand);
$result->execute();
if ($row = $result->fetch(PDO::FETCH_ASSOC)) {
$numFlaeche=round($row['Flaeche'],0);
$numPopulation=$row['Einwohner'];
} else {exit;}
$resultUnfallzahlen = get_unfallzahlen($numJahr,$strLocation);
$resultUnfallart = get_unfallart($numJahr,$strLocation);
$resultUnfalltyp = get_unfalltyp($numJahr,$strLocation);
$resultBeteiligte = get_beteiligte($numJahr,$strLocation);
$resultVerlauf = get_verlauf($strLocation);
$numGesamt=0;
?>
Fahrrad-Unfallstatistik NRW
Fahrradunfälle in =$strName?>
Einwohnerzahl: =number_format($numPopulation,0,",",".")?> Fläche: =number_format($numFlaeche,2,",",".")?> km2
Unfallverlauf von =$numLatestYear?> bis =$numStartYear?>
2023
2022
2021
2020
2019
= $arrCategory[1]?>
= get_row($resultVerlauf,1) ?>
= $arrCategory[2]?>
= get_row($resultVerlauf,2) ?>
= $arrCategory[3]?>
= get_row($resultVerlauf,3) ?>
Gesamt
= get_row($resultVerlauf,0) ?>
Beachte: Die Zahlen beziehen sich auf die Unfälle, die eindeutig einer Straße zugeordent werden konnten
und entsprechen laut IT.NRW nur ca. 90 % der insgesamt erfassten Unfälle.