Hi, this is an english speaking forum, please translate your posts in the future, I’ve sorted this one for you:
I’m not sure what you’re trying to achive. But it looks like characters from your databse are being muddled up.
You can fix this by changing the charset with the following line:
$mysqli->set_charset(‘utf8mb4’);
this link has more info:
5 Likes