Gästebuch
query($sql1);
$ts = time();
while ($nt1 = $result1->fetch_assoc()) {
$datum = date("d.m.Y", strtotime($nt1['Datum']));
echo "
\n";
echo "" . $nt1['Autor'] . " schrieb am " . $datum . ":
\n";
echo "" . nl2br($nt1['Text']) . "
\n";
echo "
\n";
echo "
\n";
}