php - Fields with accents are not saved in ocomon mysql database -


i downloaded recommended desk application called ocomon , use wamp .

i installed everything. database uses utf8_general_ci , application in portuguese (br) when try put data accents, record saved, columns accentuated text not saved.

anyone knows doing wrong?

example of code error:

    $qry = "update configusercall set ".             "conf_user_opencall= ".$_post['useropencall'].", ".             "conf_ownarea = ".$_post['ownarea'].", ".             "conf_scr_msg = '".nohtml($_post['msg'])."' conf_cod = 1 "; 


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -