I moved my php application to the new server. i use mysql5 db. When i\'m Updating or Inserting something to db, every \" and - sign changed to
\"
-
SET NAMES UTF8 should be used on every page, when selecting as well as when updating or inserting.
SET NAMES UTF8
actually this query must be used every time you connect to the database. just add it to connect code.