2
0

add: one line of explaination

This commit is contained in:
Schuledaniel
2025-12-10 15:05:14 +01:00
parent 4413283006
commit b98c0037f7

View File

@@ -67,6 +67,7 @@
$resultReadUser = $dbh->query($readUser);
$dbh->exec($readUser);
// gebe alles aus dem array aus
echo "ID | VORNAME | NACHNAME | MAIL<br>";
foreach($resultReadUser as $row) {
echo "$row[0] | $row[1] | $row[2] | $row[3]<br>";