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
LAUGHING THROUGH THE LENS - stimmungsaufhellende filme für trübe tag
Actionkomödie von Isaac Godfrey Geoffrey Nabwana, Uganda, 2016, OV Luganda, Englisch e, 68 Minuten
Bad Black
Ein Kind aus den Slums von Wakaliga namens Wesley Snipes bringt einem weissen Arzt Kung Fu bei um gemeinsam mit ihm einer verbrecherischen Bande das Handwerk zu legen.
Es folgt eine rasante, irrwitzige und in Kunstblut getränkte nonstop Actionorgie, ein Film wie er selten auf der Leinwand zu sehen ist; gewissermassen ein lowbudget, afrikanischer Tarantino.