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 Ethnokino präsentiert:
Ethnographic film of Eda Elif Tibet and Maisa Alhafez, Turkey, 2017, OV Turkish/e, 47 Minuten
Ballad for Syria
A ballad, narrates poetic stories in short stanzas, hence this self-reflective musical documentary mirrors the life of Maisa Alhafez a musician and a Syrian refugee living in Istanbul. The film is about her longing to her loved ones as she tries to make a place for herself in the world of the displaced. Her family still in Syria, Maisa’s true love (fiancé) is in the Netherlands. As of the current EU-Turkey border regime, to unite is very challenging. Not giving up, Maisa works hard for her vision to transform the borders; by building a multicultural community “The oriental Istanbul Mosaic Choir”. A diverse family that sings together, in which she believes through music and love one can heal the wounds of her people and children.