From 344a9f12e808fa4d4c0cfcbeb62260e6f803bc37 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 6 Jan 2020 13:11:57 +0100 Subject: [PATCH] initial commit, incomplete --- content/login.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/login.php diff --git a/content/login.php b/content/login.php new file mode 100644 index 0000000..b348733 --- /dev/null +++ b/content/login.php @@ -0,0 +1,16 @@ +prepare('SELECT authentication_salt, authentication_algorithm FROM users WHERE name=:name'); + + + + $result_auth_by_name = $statement_auth_by_name->execute(array('name' => $_POST['name'])); + echo $statement_auth_by_name->queryString; + + + +// $result_name_by_auth = $Statement_name_by_auth->execute(array('authentication_string' => $authentication_string)); +?>