We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06632c9 commit 8a9ff43Copy full SHA for 8a9ff43
inc/databaseConn.php
@@ -36,6 +36,8 @@
36
die("Could not connect to database: " . $dbConn->connect_error);
37
}
38
39
+$dbConn->set_charset("utf8mb4");
40
+
41
////////////////////////////////////////////////////////////////////////////
42
// FUNCTIONS
43
0 commit comments