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
OH BODY!
Dok von Mathilde Capone, Québec, Kanada, 2020, OV F/e, 74 Minuten
La fabrique du consentement: regards lesbo-queer
What if lesbo-queer communities had something to share about the singularities of their sexualities ? Through the complex topic of consent, sixteen protagonists from these communities speak up. Could there be blurred lines, a continuum between consent and aggression ? How can we defeat rape culture and innovate in matters of consent ? How has the notion of aggression been used historically to exclude trans women ? In a deep introspection of their intimacies, these protagonists ask questions, get angry, laugh, create other possibilities. They suggest to look more closely at consent, from the experience of their marginalized communities, their subcultures and their explorations.
Oh Body! ist eine Zusammenarbeit von Schlachthaus Theater Bern mit dem Kino und dem Frauenraum in der Reitschule Bern. Unterstützt von Burgergemeinde Bern, Migros Kulturprozent & PREMIO
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.