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)); +?>