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
Ethnokino Festival: Resilient
Documentary by Nitin Bathla and Klearjos Eduardo Papanicolaou, Switzerland, nglish, and Hindi with English Subtitles, 52 Minuten
Not Just Roads
A massive urban transformation is underway in India. Highways are being constructed at an unprecedented rate of 23 kilometres per day under the Indian government's Bharatmala (‘Garland of Limitless Roads’) program. It aims to open new territories for the emerging Indian middle class. Currently, the territory is inhabited by villages, working-class communities, and nomadic herders. It is crisscrossed by native trails and vital ecological commons. This film captures the story of one such highway outside Delhi, from the perspective of human and non-human actors.
Film screening followed by Vision Talk Show on
“Ecological Commons and Resilience”
with filmmakers Dr.Nitin Bathla & Klearjos Papanicolau (ETH Zurich) moderated by Dr.Eda Elif Tibet