am trying to use a form that has a textarea and uploads a file , now when the user writes arabic it saves to mysql like this :
بسيبيبي&
Note that the encoding for the Field in mysql is utf8-general-ci , so i think that the problem is in using enctype= multipart/form-data , so what do you think i should do ?