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
ciné liminal
Ali Narimani / Azadeh Bizargiti, Iran / Tschechien und Iran, OV/e, 89 Minuten
Avocado & A Duet for a Dream
Avocado
The protagonist steps into spaces denied to him and explores secretly with lust, joy and sorrow what he wishes for. A story about the unfulfilled desire for a more queer world.
WOODGIRLS - A Duet for a Dream
The carpenters Leila and Sedigheh have chosen a profession that is considered extremely masculine in thetraditional societies of the Iran. Licences and formal training in such trades are inaccessible for women. With self-taught skills, guts, and determination, they pursue their dream and are not only fighting for themselves, but also want to enable other women to practise a craft.