Jakob 2020-01-13 09:03:51 +01:00
commit 3b8bcfb9bd
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?php
$user = $_GET["user"];
$user = $_POST["user"];
?>
<html>

View File

@ -1,5 +1,5 @@
<?php
/*
session_start();
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
@ -13,5 +13,5 @@
}
//$result_name_by_auth = $Statement_name_by_auth->execute(array('authentication_string' => $authentication_string)); */
//$result_name_by_auth = $Statement_name_by_auth->execute(array('authentication_string' => $authentication_string));
?>

View File

@ -9,7 +9,7 @@
<body>
<hr>
<form action="weiterleitung1.php" method="get">
<form action="forwarding.php" method="post">
<p> Bitte gib einen Benutzernamen ein: <input type="text" name="user" placeholder="Benutzername"/>
<p> Bitte gib eine e-Mail Adresse ein: <input type="text" name="email" placeholder="e-Mail Adresse"/>
<p> Bitte gib ein Passwort ein: <input type="password" name="password" placeholder="Passwort"/>