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
QUEERSICHT 2015
von Marcel Gisler, CH/D, 1985, OVD/e, 100 Minuten, E-Kino
Tagediebe
Max, Lola und Laurids teilen sich eine Altbauwohnung in Berlin. Max sieht sich als Künstler und Schriftsteller, Laurids ist Flötist und Lola eine Pariser Punklady. Ab und zu schläft sie mit Max, derweil Laurids eine flüchtige Affäre mit einem Designer hat. Ein Alltag ohne Ziel, aber mit dem festen Willen, der Stadt die Wärme abzugewinnen, die sie von sich aus nicht bietet: Sie sind eben «Tagediebe».