". $message ."
Upps, it seems to be something went wrong, sorry.
Have a random quote to bridge the time. Try to reload the site or check for typos in the URL.
"; $rows = $db->query("SELECT count(*) as count FROM sprueche;"); $row = $rows->fetchArray(); $numRows = $row["count"]; $zufall = mt_rand(1,$numRows); $ergebnis = $db->query("SELECT * FROM sprueche where id=$zufall;"); echo "". $message ."
Upps, it seems to be something went wrong, sorry.
Have a random quote to bridge the time. Try to reload the site or check for typos in the URL.