can't insert russian text into mysql database

前端 未结 5 2387
青春惊慌失措
青春惊慌失措 2020-12-03 06:29

When I\'m trying to insert russian text into MySQL database it inserts it like: г???????????? ?? ????????
Рісѓрїр°ріс‹рї р° с‹рір°рї

So, I have two pages: regist

5条回答
  •  爱一瞬间的悲伤
    2020-12-03 06:51

    I have tried multiple collations in phpMyAdmin as well as changing the charset of the page, which didn;t make sense but i was willing to try anything after two days of research. this command helped me: mysql_set_charset('utf8');

    Collation on the column was set to koi8r_general_ci

提交回复
热议问题