Merge branch 'master' of https://lostcave.ddnss.de/git/root/web-deployment
commit
3b8bcfb9bd
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$user = $_GET["user"];
|
||||
$user = $_POST["user"];
|
||||
?>
|
||||
|
||||
<html>
|
|
@ -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));
|
||||
?>
|
||||
|
|
|
@ -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"/>
|
Loading…
Reference in New Issue