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
Rintu Thomas & Sushmit Ghosh, Indien, 2021, OV/e, 92 Minuten
Writing with Fire
In a cluttered news landscape dominated by men, emerges India's only newspaper run by Dalit (‘low caste’) women. Armed with smartphones, Chief Reporter Meera and her journalists break traditions, be it on the frontlines of India's biggest issues or within the confines of their homes, redefining what it means to be powerful. „The most inspiring journalism movie – maybe ever“ The Washington Post. Winner of the 2021 Sundance Audience Award: World Cinema Documentary & World Cinema Documentary Special Jury Award: Impact for Change.
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.