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
14. Norient Festival
Dokumentarfilm von Hosam Abu Dan, Qatar, 2025, OV Arabisch/e, 89 Minuten
Gaza Sound Man
Oktober 2023 den Krieg in Gaza, der von der UNO und zahlreichen Organisationen und Regierungen als Genozid bezeichnet wird, mit seinem Aufnahmegerät dokumentiert – von Drohnen am Himmel bis zu Stimmen, die entschlossen sind, weiterzuleben. Unter extremen Umständen gedreht, stellt der Film das Zuhören in den Mittelpunkt. Hier ist Gaza keine abstrakte Schlagzeile, sondern eine gelebte Realität. Audioaufnahmen werden zu Beweismitteln.
Gaza Sound Man follows the sound chronicler Mohamed Yaghi, who, since October 7, 2023, has been documenting the war in Gaza, which the UN and numerous organizations and governments call a genocide. With his recording device, he captures everything, from drones overhead to unique voices, determined to continue living. Made under extreme circumstances, the film foregrounds listening as a form of witnessing and presence, refusing to reduce Gaza to abstraction or victimhood. The film’s urgency lies in affirming Gaza not as a headline, but as a lived world. Audio recordings become evidence.