Registrierung
@@ -1982,7 +2158,192 @@
';
}else{
-
+ $erg = register($vorname,
+ $nachname ,
+ $strasse,
+ $hausnummer,
+ $plz,
+ $ort,
+ $emailrep,
+ $email,
+ $passwort,
+ $passwortrep);
+ echo '
+
+
+
+
+
+
+
+
+
Candle Bibliothek | Registrierung
+
+
+
+
+
+
+
+
+ Bibliothek
+
Candle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ';
+
}
}
diff --git a/registrierung_erfolgreich.html b/registrierung_erfolgreich.php
similarity index 100%
rename from registrierung_erfolgreich.html
rename to registrierung_erfolgreich.php
diff --git a/registrierung_verhalten.js b/registrierung_verhalten.js
index f433261..b20bc19 100644
--- a/registrierung_verhalten.js
+++ b/registrierung_verhalten.js
@@ -646,7 +646,7 @@ function checkForPossibleSubmit() {
if (firstName && lastName && streetName && houseNumber && plz && city &&
emailAddress && repeatEmailAddress && password && repeatPassword) {
// TODO: Formular submitten.
- window.location.replace("registrierung_erfolgreich.html");
+ window.location.replace("registrierung_erfolgreich.php");
}
else