Return to Snippet

Revision: 19955
at November 4, 2009 04:40 by ginoplusio


Initial Code
SET NAMES 'utf8';

Initial URL
http://www.barattalo.it/2009/11/09/stop-utf8-problems-with-italian-characters/

Initial Description
- fields on db with utf8_general_ci collation
- make this query after any connection
- put meta charset utf8
- read and write strings without problems

Initial Title
Stop utf8 problems with mysql

Initial Tags
mysql, php

Initial Language
MySQL