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
Psychedelic Visions Vol.1
Dokumentarfilm von Martin Witz, Schweiz, 2011, OV D/e, 93 Minuten
The Substance: Albert Hofmann’s LSD
Die Geschichte von LSD: Von der Entdeckung in Basel über die unkontrollierte Verbreitung und Missbrauch bis zum Verbot und der heutigen Wiederentdeckung für psychiatrische Therapien.
1943 entdeckt Chemiker Albert Hofmann LSD. Es verändert die Wahrnehmung und wird als Medikament genutzt. Doch die «Atombombe des Geistes» entweicht aus den Kliniken und wird verboten. Heute nähert sich die Forschung der Substanz an. Wird LSD doch zu dem Heilmittel, als das es Hofmann gesehen hat?