Nr |
Datum |
Alarmzeit |
Stichwort |
Bemerkung |
Bericht |
";
echo "" . $row['Nr'] . " | ";
echo "" . date("d.m.Y", strtotime($row['Datum'])) . " | ";
echo "" . date("H:i", strtotime($row['Alarmzeit'])) . " | ";
echo "" . $row['Stichwort'] . " | ";
echo "" . $row['Bemerkung'] . " | ";
echo "";
if (!empty($row['Bericht'])) {
echo "Bericht";
}
echo " | ";
echo "";
}
mysqli_close($conn);
?>