PHP and MySQL encoding UTF8 -
hello folks;
we're having weird issue character encoding:
we're using notepad++ utf+8 without bom , sending information database (mysql):
when inserting: "análisis", insers "análisis"
anyone have idea how happning?
thanks in advance!
--
edit: if manually insert information mysql table, works.
utf8 en/decode need, leer > php utf8 en/decode
also mysql_query("set names utf8");
Comments
Post a Comment