Me wantzz error message now!
parent
96bdf0a075
commit
8142cc51a3
|
@ -3,7 +3,7 @@
|
||||||
//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!');
|
||||||
$statement_auth_by_name = $pdo->prepare('SELECT authentication_salt, authentication_algorithm FROM users WHERE name=:name');
|
$statement_auth_by_name = $pdo->prepare('SELECT authcation_salt, authentication_algorithm FROM users WHERE name=:name');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue