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
PROGRAMM | DAS KINO | KONTAKT | PRESSE | LINKS | ARCHIV | INTERN
ETHNO KINO FILM FESTIVAL! BEYOND ASYMMETRIES
Mike Poltorak, Tonga/UK, 2019, OV (EN), 74 Minuten
The Healer and the Psychiatrist
--> Platz reservieren
On the South Pacific Island group of Vava’u, the traditional healer Emeline Lolohea treats people affected by spirits. One day away by ferry, the only Tongan Psychiatrist Dr Mapa Puloka has established a public psychiatry well known across the region. Though they have never met in person, this film creates a dialogue between them on the nature of mental illness and spiritual affliction. Their commitment and transformative communication offers challenges and opportunities to help address the growing global mental health crisis.
Q&A with director Mike Poltorak
More Infos:
https://valueofvideo.com/healerpsychiatrist/
Schutzmassnahmen im Kino
Registriere dich vor dem Kinobesuch fürs Contact-Tracing via covtr.app .
Im Kino stehen 50% der Plätze zur Verfügung, wir haben Kapazität für 40 Besucher*innen und empfehlen eine Reservation .
Getränke dürfen vorläufig am Platz konsumiert werden. Die Bar ist vor dem Filmblock geöffnet.
Im Kino gilt eine Maskenpflicht.
Filmblöcke werden ohne Pause gezeigt.