Hi,
I use the following code for MySQL DB, how can I set the character set for utf8 with PHP connector ?
require(“…/…/codebase/db_mysqli.php”);
$conn = new mysqli($mysql_server, $mysql_user, $mysql_pass, $mysql_db);
require(“…/…/codebase/data_connector.php”);
$dbtype = “MySQLi”;
$data = new JSONDataConnector($conn, $dbtype);
Please support.
Thanks,
Willy Lin