Welcome Guest, Not a member yet? Register   Sign In
codeigniter special characters of the type é🔥 🔥
#1

Hi all I have an encoding problem with codeigniter. When I read my database, it shows me special characters of the type é🔥 🔥.

Can you tell me how to avoid this?
Reply
#2

Make sure that your default charset=utf8 and collation=utf8_general_ci or collation=utf8_unicode_ci

If the database was create with a different collation then you will need to do an alter table and database to fix it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Ok thanks i try
Reply




Theme © iAndrew 2016 - Forum software by © MyBB