1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Friday, May 29, 2009

AMFPHP and MySQL character set

sephiroth.it: Flash send and expects data from and to the outside world using unicode UTF-8 (see technote). The gateway.php file in AMFPHP folder is the bridge between your flash .swf file and your service php class.

You need to choose right parameters for the setCharsetHandler method to match your MySQL(server) and AMFPHP service class (client) environment.

You may also want to change client charset in your service PHP class:
mysql_set_charset() - Sets the client character set
mysql_client_encoding() - Returns the name of the character set

Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...