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
Post a Comment