开发者

basic string comparison for russian character in php

开发者 https://www.devze.com 2023-02-28 15:14 出处:网络
How can a 开发者_Python百科basic string comparison be performed on russian (cyrillic) characters?//connect to the db

How can a 开发者_Python百科basic string comparison be performed on russian (cyrillic) characters?


//connect to the db

//make sure you set the charset to utf8 before you insert.
mysql_set_charset('utf8',$link);
0

精彩评论

暂无评论...
验证码 换一张
取 消