I've got some problems with the codification on my db. Db and tables are set with utf8_general_ci, and all PHP web pages have some header with this encoding. From FORM I've to insert something, that is perfectly shown on web page, but on db figures like : à weà rewà fà dsà fewÃ
After db connection I've made some:
$connection->set_charset("utf8_general_ci");
Someone can help me with this? Thank you everyone!!