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
Kurzfilm von AGF aka poemproducer, Finnland, 2025, OV Englisch/e, 12 Minuten
Wind
Block 05: Air, Land Vibrations: Territories of Sound
Das Ticket gilt für den ganzen Block.
Dieser atmosphärische Kurzfilm lädt uns in eine ungehörte Welt ein. Wind spürt subtilen Kräften nach, die wir sonst kaum je wahrnehmen: Luft und Bewegung werden zu einer lebendigen Präsenz und der Wind zum elementaren Erzähler, der über Landschaften, Körper und Erinnerungen hinwegfegt.
This atmospheric short film invites us into a world shaped by air, motion, and subtle forces we rarely notice. Wind becomes a living presence – an elemental narrator that brushes across landscapes, bodies, and memory.