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:
Raphael Barth, Germany/Ireland, 2014, OV E/e, 82 Minuten
Aftermath: The Second Flood
The mysterious islands of the Nicobars were severely hit by the Tsunami 2004.
Along with many lives also their culture was almost lost.
The film «AFTERMATH -The Second Flood» tells the story of how this happened. Over a period of seven years Raphael Barth has followed the fate of the Nicobarese in the wake of aid and development after the worst natural disaster of our times.
AFTERMATH is the story of young people from an ancient tribe who are suddenly driven into a new world by the Tsunami. Overwhelmed by history’s biggest wave of aid and development soon after, they are searching with humour and pride for their own, self- determined life in a globalized world.
Instead of surrendering to the pressure of foreign aid- and development organisations, the Nicobarese face the challenges of finding sustainable ways
into their future.They create their own NGO and travel to the unknown world
to search for allies.