Abubakr Hamid

Results 1 comments of Abubakr Hamid

Hello Guys, For this tool to support fully UTF8 you need to add two lines only: In class Shuttle_DBConn_Mysql extends Shuttle_DBConn: function connect() { $this->connection = @mysql_connect($this->host, $this->username, $this->password); mysql_set_charset('utf8',$this->connection);...