Merge branch 'master' of https://lostcave.ddnss.de/git/root/web-deployment
commit
3b8bcfb9bd
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$user = $_GET["user"];
|
$user = $_POST["user"];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html>
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
|
$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>
|
<body>
|
||||||
<hr>
|
<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 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 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"/>
|
<p> Bitte gib ein Passwort ein: <input type="password" name="password" placeholder="Passwort"/>
|
Loading…
Reference in New Issue