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
EthnoKino presents: Students' special, Starless Dreams & Makala
Zita Bauer, Chantale Fitze and Manuel Moser, Schweiz, 2016, OV D/f, 32 Minuten
II) Ceno ergo sum
The short-film Ceno Ergo Sum delves into the life of the Fortuna family, who began to be exclusively vegan long before the conscious abstinence from meat became a trend in society. During a common dinner Giovanna, Stanislaw, Laura and Wladislaw tell how veganism became central in their lives. Although, or because, the four of them found different ways to relate to veganism, it’s not just the belief that veganism is the right path that unites them but also their love for tasty bites.