Skip to content

Commit

Permalink
utf8mb4 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrodl committed Mar 19, 2024
1 parent 06632c9 commit 8a9ff43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/databaseConn.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
die("Could not connect to database: " . $dbConn->connect_error);
}

$dbConn->set_charset("utf8mb4");

////////////////////////////////////////////////////////////////////////////
// FUNCTIONS

Expand Down

0 comments on commit 8a9ff43

Please sign in to comment.