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
14. Norient Festival
Dokumentarfilm von Francis Whately, USA, 2024, OV Englisch/e, 75 Minuten
Rebel Country
Block 05: Air, Land Vibrations: Territories of Sound
Wer sind die wahren Pionier*innen der Country-Musik? Seit einigen Jahren erheben Schwarze, queere, lateinamerikanische und weibliche* Menschen ihre Stimme und fordern die von weissen Männer dominierte Szene heraus. In Rebel Country blicken sie auf rassistische Vorurteile und politische Meilensteine in Nashville zurück, der Wiege des Genres. Der Dokumentarfilm beleuchtet die umstrittenen Wurzeln des Country und die Künstler*innen, die seine Zukunft bauen.
Who are the true pioneers of country music? Black, queer, Latino, and female* musicians, alongside insiders, have a history of speaking out and challenging the white/male-dominated gatekeepers of the scene. Rebel Country confronts racial bias and political milestones of the genre. This documentary offers a compelling look at country music’s contested roots and the artists expanding its future.