Welcome Guest, Not a member yet? Register   Sign In
Chinese database content within dynamic PHP pages using CodeIgniter
#2

[eluser]JoeWa[/eluser]
This is now sorted. Line 50 of database.php in root -> application -> config should have read:

Correct:
Code:
$db['default']['char_set'] = "UTF8"

Incorrect:
Code:
$db['default']['char_set'] = "UTF-8"

Something so simple! I hope that might help others.


Messages In This Thread
Chinese database content within dynamic PHP pages using CodeIgniter - by El Forum - 06-07-2012, 04:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB