Welcome Guest, Not a member yet? Register   Sign In
Database sessions with special char in user_data
#4

[eluser]Michael Wales[/eluser]
I really don't see why there needs to be any additional documentation on this. In config/database.php your clearly define the charset and collation for your database - why would you then go make a table in that database different?
Code:
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

If we start warning people about common sense things like this, we'll need to start warning them about:
Code:
<?php unlink('/'); ?>


Messages In This Thread
Database sessions with special char in user_data - by El Forum - 11-20-2008, 04:47 PM
Database sessions with special char in user_data - by El Forum - 02-24-2009, 10:15 AM
Database sessions with special char in user_data - by El Forum - 02-26-2009, 02:00 AM
Database sessions with special char in user_data - by El Forum - 02-26-2009, 07:14 AM
Database sessions with special char in user_data - by El Forum - 02-27-2009, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB