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

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -