Skip to content

Commit 8a9ff43

Browse files
committed
utf8mb4 :(
1 parent 06632c9 commit 8a9ff43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/databaseConn.php

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
die("Could not connect to database: " . $dbConn->connect_error);
3737
}
3838

39+
$dbConn->set_charset("utf8mb4");
40+
3941
////////////////////////////////////////////////////////////////////////////
4042
// FUNCTIONS
4143

0 commit comments

Comments
 (0)