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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -