We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3baba3 commit 3505f8cCopy full SHA for 3505f8c
inc/databaseConn.php
@@ -30,6 +30,7 @@
30
global $DATABASE_SERVER, $DATABASE_USER, $DATABASE_PASS, $DATABASE_DB;
31
32
$dbConn = new mysqli($DATABASE_SERVER, $DATABASE_USER, $DATABASE_PASS, $DATABASE_DB);
33
+mysqli_set_charset($dbConn, "latin1");
34
35
// Error check
36
if (!$dbConn) {
0 commit comments