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
EthnoKino presents: Visible/Invisible
Dokumentarfilm von Tanja Wol Sørensen, Dänemark, Kolumbien, 2019, OV Spanisch / e, 80 Minuten
A Colombian Family
Film + Gespräch mit der NGO ask! – Schweiz-Kolumbien Arbeitsgruppe
After years in exile, Yira returns to her homeland Colombia. A peace agreement between the FARC social revolutionaries and the Columbian government appears to have put an end to the civil war, and the 30-year-old doctor hopes to reunite her family. Her mother, Ruby, chose to spend the last five decades siding with the guerrilla movement to ensure respect for human rights during the brutal conflict and, despite the ceasefire, a life marked by political persecution. Relentlessly, Yira attempts to get her mother to flee to a safe foreign country. The powerful documentary film A COLOMBIAN FAMILY accompanies the two women and portrays a complex mother-daughter relationship that is threatened by political ideals and the fate of a country.
Schutzmassnahmen im Kino
Einlass ins Kino nur mit Covid-Zertifikat.
Im Kino stehen 2/3 der Plätze zur Verfügung, wir haben Kapazität für 75 Besucher*innen.