prepare("SELECT * FROM community WHERE ULAND=:land AND UREGBEZ=:regbez AND UKREIS=:kreis AND UGEMEINDE=:gemeinde");
$result->bindParam(":land",$numLand);
$result->bindParam(":regbez",$numRegbez);
$result->bindParam(":kreis",$numKreis);
$result->bindParam(":gemeinde",$numGemeinde);
$result->execute();
if ($row = $result->fetch(PDO::FETCH_ASSOC)) {
$strName=$row['Name'];
$numFlaeche=$row['Flaeche'];
$numPopulation=$row['Einwohner'];
$numRegbez=$row['UREGBEZ'];
$numKreis=$row['UKREIS'];
$numGemeinde=$row['UGEMEINDE'];
} else {exit;}
$strLocation=" AND ULAND=$numLand AND UREGBEZ=$numRegbez AND UKREIS=$numKreis AND UGEMEINDE=$numGemeinde ";
$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