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
Swiss Network of Young Migration Scholars präsentiert:
Bon Voyage, Facing Mecca & Holy Life
Marc Raymond Wilkins, Schweiz/Türkei, 2016, OV D/E/Arabisch, 23 Minuten
I) Bon Voyage
During a cruise on the Mediterranean sea, Swiss holiday sailors encounter a sinking refugee boat. The sailors are torn between two questions – are they going to help and how, or will they abandon the refugees in the open sea?
Während eines Segelturns auf dem Mittelmeer stösst eine Schweizer Segelyacht auf ein manövrierunfähiges Flüchtlingsboot. The Segler stehen vor einer für sie schwierigen Frage: Werden sie den Flüchtlingen helfen – und wie – oder werden sie sich abwenden?