Welcome Guest, Not a member yet? Register   Sign In
codeiniter db connection
#1

[eluser]hamzakhan[/eluser]
i need to add these line of code before mysql connection in codeigniter
mysql_query("SET character_set_results=utf8", $dbLink);
mb_language('uni');
mb_internal_encoding('UTF-8');
please tell me where should i go to add these line of code
thanks if any help
#2

[eluser]Eric Barnes[/eluser]
Probably your database driver file. system/database/drivers/mysql/mysql_driver.php




Theme © iAndrew 2016 - Forum software by © MyBB