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
Bei uns im Programm:
Sa. 10.05.2025; 17:00 Uhr
233 Minuten
Filmprogramm Schwarm … weiter
Le Schwarm
Eine schwarme Einladung drei Tage und drei Nächte die sensibelrevolutionären selbstorganisierten Subkulturen zusammenzubringen, zu morphen und zu vernetzen:
pasiones aerosoles de la calle, rhizomartige Microeditionen, advanced sticker addiction, ephemere Performances, extraordinäre Siebdruck-Explosionen, kollektivfiligranes Filmschaffen & pankulinarische bouffes popu’.
9.5. 12:00-02:00
10.05. 10:00-02:00
11.5. 10:00-18.00
Ganzes Programm unter reitschule.ch/reitschule/drucki
Kalender
< Dezember >
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