Search results

  1. T

    Problem displaying Japanese charset (UTF-8) in PHP

    At first, you must set character set in database connection before any SELECT, UPDATE or INSERT query mysql_query( 'SET NAMES utf8' ); then, your site must send data in UTF-8: encoding of the source files must be UTF-8 and site must send header which inform browser to display your site in...
Top