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 2024 - LGBTIAQ+ Filmfestival
|
|
verschiedene, verschiedene, OV d/(e), 99 Minuten
|
Kurzfilmblock 1
The Talent | VEREINIGTES KÖNIGREICH | 2023 | ENGLISCH (UT: DEUTSCH) | 15 Min. | REGIE: Thomas May Bailey
La casquette | FRANKREICH | 2022 | FRANZÖSISCH (UT: DEUTSCH, ENGLISCH) | 4 Min. | REGIE: Hadi Moussally
Seagulls Cut Through the Sky | PORTUGAL | 2023 | PORTUGIESISCH (UT: DEUTSCH, ENGLISCH) | 18 Min. | REGIE: Mariana Bártolo, Guillermo García López
Good Boy | VEREINIGTES KÖNIGREICH | 2023 | ENGLISCH (UT: DEUTSCH) | 16 Min. | REGIE: Tom Stuart
MnM | VEREINIGTE STAATEN | 2023 | ENGLISCH (UT: DEUTSCH) | 15 Min. | REGIE: Twiggy Pucci Garçon
Accompagné | FRANKREICH | 2023 | FRANZÖSISCH (UT: DEUTSCH, ENGLISCH) | 3 Min. | REGIE: Liam Laurenti
F**KED | VEREINIGTES KÖNIGREICH | 2023 | ENGLISCH (UT: DEUTSCH) | 6 Min. | REGIE: Sara Harrak
Bust | VEREINIGTE STAATEN | 2024 | ENGLISCH (UT: DEUTSCH) | 10 Min. | REGIE: Angalis Field
Your scissors near my ears | SPANIEN | 2023 | SPANISCH (UT: DEUTSCH, ENGLISCH) | 12 Min. | REGIE: Carlos Ruano
| |