1Versuch
This commit is contained in:
parent
af09b5da26
commit
f3f0de57ac
19
php/login.php
Normal file
19
php/login.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
require('dbConnect.php');
|
||||||
|
if (isset($_POST['index.php'])) {
|
||||||
|
|
||||||
|
$name = $_POST['loginName'];
|
||||||
|
$pswd = $_POST['loginPassword'];
|
||||||
|
|
||||||
|
$abfrage = "SELECT PASSWORD WHERE loginName=NAME";
|
||||||
|
if ($pswd == $abfrage) {
|
||||||
|
// code..
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user