I have fixed lately the issue by setting the encoding property of mysqli
in the connection page. Nonetheless, I don’t know what is the default. It is genuinely interesting since there is no issue like that when I use MAMP db server on my localhost, but on the online server.
$mysqli = connect();
$mysqli->set_charset("utf8");
CLICK HERE to find out more related problems solutions.