function get1fromtable($t,$w){
global $sqli;
$sql="SELECT * FROM $t WHERE $w LIMIT 1";
$result=mysqli_query($sqli,$sql);
if (mysqli_num_rows($result)!=0){
$res= mysqli_fetch_assoc($result);
return($res);
} else {
return false;
}
}
function getfromtable($t,$w){
global $sqli;
$res=array();
$sql="SELECT * FROM $t WHERE $w";
$result=mysqli_query($sqli,$sql);
//echo $sql;
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[]=$r;
}
return($res);
} else {
return false;
}
}
function getfromselect($s){
global $sqli;
$res=array();
$sql=$s;
$result=mysqli_query($sqli,$sql);
//echo $sql;
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[]=$r;
}
return($res);
} else {
return false;
}
}
function getfromtablebyid($t,$w){
global $sqli;
$res=array();
$sql="SELECT * FROM $t WHERE $w";
$result=mysqli_query($sqli,$sql);
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[$r['id']]=$r;
}
return($res);
} else {
return false;
}
}
?>
kino in der reitschule
Justice4Nzoy
Dokumentarfilm von Ugo Simon, Frankreich, 2021,
F e/d, 43 Minuten
Frêres
Mahamadou, Diané und Farid haben in den letzten zehn Jahren jeweils einen Bruder durch einen Einsatz der französischen Polizei verloren. Seitdem leben sie täglich mit dem Leid, der Unmöglichkeit zu trauern und der Entschlossenheit, Gerechtigkeit zu erlangen.
Mahamadou, Diané et Farid ont chacun perdu un frère à la suite d’une intervention de la police française au cours des dix dernières années. Depuis, ils vivent au quotidien avec la souffrance, l’impossibilité de faire le deuil et la détermination à obtenir justice.
Mahamadou, Diané and Farid have each lost a brother to the French police over the last ten years. Since then, they have lived with the suffering, the impossibility of mourning and the determination to obtain justice.