I am using other language to save that in the phpmyadmin, but it's working like that :
mysqli_query($con,"SELECT * FROM list");
mysqli_query($con,"INSERT INTO list (title,content)
VALUES ('other language TITLE', 'other language CONTENT ')");
and it's showing in phpmyadmin like that :
ვáƒáƒšáƒ”რი გელბáƒáƒ®áƒ˜áƒáƒœáƒ
any solutions please?