require("php/zugriff.php");
ini_set("default_charset", "iso-8859-1");
$query = ("SELECT * FROM Starttext ");
$starttext = mysql_fetch_object(mysql_query($query));
echo "
"; echo $starttext->text_d; echo '
'; echo $starttext->text_e; echo "
"; ?>Statement
ini_set("default_charset", "iso-8859-1"); $query = ("SELECT * FROM Statement "); $statement = mysql_fetch_object(mysql_query($query)); echo ""; echo $statement->text_d; echo '
'; echo $statement->text_e; echo "
"; ?>Vita
ini_set("default_charset", "iso-8859-1"); $query = ("SELECT * FROM Vita_text "); $text = mysql_fetch_object(mysql_query($query)); echo (''.$text->vita_d.'
'); echo (''.$text->vita_e.'
'); $query = ("SELECT * FROM About ORDER BY jahr DESC "); $alleAbouts = mysql_query($query) or die("Select Failed!.."); echo ('Ausbildung/ Education
- ');
while ($about = mysql_fetch_array($alleAbouts)) {
if ($about[rubrik] == "Ausbildung") echo ('
- '.$about[jahr].''.$about[text].' '); } echo ('
Kunst im öffentlichen Raum/ Permanent outdoor projects
- ');
while ($about = mysql_fetch_array($alleAbouts)) {
if ($about[rubrik] == "KIOR") echo ('
- '.$about[jahr].''.$about[text].' '); } echo ('
Preise, StipendienAuswahl/ Awards, scholarshipsselection
- ');
while ($about = mysql_fetch_array($alleAbouts)) {
if ($about[rubrik] == "Preise") echo ('
- '.$about[jahr].''.$about[text].' '); } echo ('
Einzelausstellungen / Solo exhibitions
- ');
while ($about = mysql_fetch_array($alleAbouts)) {
if ($about[rubrik] == "Einzelausstellungen") echo ('
- '.$about[jahr].''.$about[text].' '); } echo ('
GruppenausstellungenAuswahl/ Group exhibitionsselection
- ');
while ($about = mysql_fetch_array($alleAbouts)) {
if ($about[rubrik] == "Gruppenausstellungen") echo ('
- '.$about[jahr].''.$about[text].' '); } ?>