I would like to store all the entered information that are written in Arabic in the database. Throughout my searching, I found out that I have to change the collation to utf8_general_ci
and in the code I have to put the following statement: mysqli_set_charset($dbh,"utf8");
I gave it try but it didn't work. It still stores the entered information like this هلا
Can someone help me please