Hinzufügen und bearbeiten Session únd Cookies sowohl inhalt Login/regfehler Navmitglieder

This commit is contained in:
2026-04-26 14:45:02 +00:00
parent 3b462c5f0f
commit 1ae601801e
8 changed files with 149 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<input name="email" maxlength="30"
<?php
if (isset($_POST['email'])) {
echo "value='" . $_POST['e-mail'] . "'";
echo "value='" . $_POST['email'] . "'";
}
?>
/>