Änderungen Dienstag

This commit is contained in:
aschwarz
2023-03-21 14:17:05 +01:00
parent 5d8b00feba
commit b9e9f89a3d
42 changed files with 14307 additions and 4634 deletions

View File

@ -5,7 +5,8 @@
{
$db = @new mysqli( 'localhost', 'root', '', 'survey' );
$db->query("SET NAMES 'utf8'");
$db->set_charset('utf8mb4');
$db->query("SET NAMES 'utf8mb4'");
return $db;
}