trying to figure out a way to handle errors...

master
LinuxMint4Ever 2020-01-06 13:19:33 +01:00
parent 344a9f12e8
commit 7b290f5c10
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
$result_auth_by_name = $statement_auth_by_name->execute(array('name' => $_POST['name']));
echo $statement_auth_by_name->queryString;
echo "\n";
echo $statement_auth_by_name->errorInfo()[2];