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
Hesam Pirqadam, Afghanistan, 2018, ohne Dialoge, 4 Minuten
III) Holy Life
The story is about a girl. A man intends to separate her from her childhood and bring her into a new world with his own beliefs, but the girl is rescued by a friend and they emigrate to a new place. In the new place, the man tries to save the girl from old problems and give her a new life and restore her childhood world.
Die Geschichte handelt von einem Mädchen. Ein Mann beabsichtigt, sie von ihrer Kindheit zu trennen und sie mit seinen eigenen Überzeugungen in eine neue Welt zu bringen. Ein Vertrauter des Mädchens rettet sie und sie wandern an einen neuen Ort aus. Hier versucht der Vertraute das Mädchen vor alten Problemen zu retten und ihr ein neues Leben zu geben, um ihre Kindheit wiederherzustellen.