Answer the question
In order to leave comments, you need to log in
Hieroglyphs instead of Cyrillic when writing and displaying from the database. How to fix?
The database and all fields of all tables are encoded utf8_general_ci. When writing data in Cyrillic and outputting the following: .
All .php files are utf8 encoded (no BOM).
My database connection code is as follows:
$load = mysqli_connect(...);
$load->set_charset("utf8"); //Также пробовал mysqli_query($load, "SET NAMES UTF8");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question