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
Das Queerfeministische Kino präsentiert: SCHAMLOS!
Queer-feministisches Pornographie-Festival Bern
30. Januar bis 2. Februar 2019
"Pornographie als feministische Praxis"
Vom 30. Januar bis 2. Februar 2019 findet zum ersten Mal das queer-feministische Pornofilmfestival im Frauen*raum, Tojo Theater, Körperdojo und im Kino der Reitschule statt. Das Festival hinterfragt mainstream Pornographie und erforscht darüber hinaus das queere, politische und subversive Potenzial von Pornographie. Neben Filmprojektionen sind auch Performances, Vorträge, Workshops, Podien und verschiedene Dauerangebote geplant.