php - How to collate string for mysql query -


i have query filters based on content website. works fine, except when finds content doesn't agree (default) collation have on table. there way, on php's side, adjust collation?

you can use mysql convert() , cast()

http://dev.mysql.com/doc/refman/5.0/en/charset-convert.html


Comments

Popular posts from this blog

R List row name -

sql server - python to mssql encoding problem -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -