I had made a form to record attendance, I tried it on local server, Arabic data was saved in the database correctly and I could read it clearly, but When the form was published to public to enter their data, I was surprised that the data was saved in database like this ( ØØ³Ø§Ù… صديق ) so, my question is: Is there a way to display this data in a readable way?
i tried to change charset with connection like this mysqli_set_charset($conn,"utf8"); it goes from ( ØØ³Ø§Ù… صديق ) to ( ÙÂيصل Ù…ØÂمد عبد الله علي)