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 7b26f51 commit 4d61e8bCopy full SHA for 4d61e8b
inc/databaseConn.php
@@ -38,6 +38,7 @@
38
39
$dbConn->set_charset("utf8mb4");
40
$dbConn->query("SET collation_connection = utf8mb4_unicode_ci");
41
+$dbConn->query("SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci");
42
43
////////////////////////////////////////////////////////////////////////////
44
// FUNCTIONS
0 commit comments