Welcome Guest, Not a member yet? Register   Sign In
Codeigniter error with chatset latin1 (Vbulletin)
#1

[eluser]tinhphaistc[/eluser]
i using codeigniter make an project, it as follow. i want to connect to mysql of Vbulletin and show in my project, i save code with UTF-8 not DOM, it show ok but i see at Chrome and IE error HEAD haven't everything. but only TITLE in HEAD and everything after BODY. and have space in "" after BODY

i config database.php in codeigniter is.

Code:
$db['default']['char_set'] = 'latin1';//utf8
$db['default']['dbcollat'] = 'latin1_swedish_ci';//utf8_general_ci
i use latin1 because Vbulletin use it.

Html page

Code:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="mr.sam" />
and i try to change chatset is (latin1 or utf-8). BUT IT NOT WORK Please help me THANKS ALL


Messages In This Thread
Codeigniter error with chatset latin1 (Vbulletin) - by El Forum - 08-06-2012, 10:23 AM
Codeigniter error with chatset latin1 (Vbulletin) - by El Forum - 08-06-2012, 10:55 AM
Codeigniter error with chatset latin1 (Vbulletin) - by El Forum - 08-07-2012, 09:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB