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
Filme
Mi. 20.05.2026; 20:00 Uhr
Dystopiefilm von Peter Watkins, USA, 1971, 89 Minuten, OV E/e
Einst als bitterböse Dystopie betrachtet, heute nahezu prophetische und ungeheuer wütende Gesellschaftsstudie über eine zunehmend autoritäre Staatsmacht. … weiter
Wiseman & Watkins – Eine Hommage
Sa. 23.05.2026; 20:00 Uhr
Michael Hanneke, Deutschland, 2000, 145 Minuten, Deutsch
Portrait eines Dorfes im protestantischen Norden Deutschlands kurz vor dem 1. Weltkrieg. … weiter
Kindheit - Kino auf Kinderaugenhöhe
Kalender
< Januar >
MO
DI
MI
DO
FR
SA
SO
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31