Display errors

This commit is contained in:
ehpersonal38
2022-07-15 17:20:01 -04:00
parent 585d666432
commit 0c9bc94ae2
5 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
error_reporting(E_ALL);
error_reporting(E_ERROR);
ini_set('display_errors',1);
$db = new SQLite3('./scripts/birds.db', SQLITE3_OPEN_CREATE | SQLITE3_OPEN_READWRITE);
if($db == False){