Welcome Guest, Not a member yet? Register   Sign In
multilingual support for databases inserts
#11

[eluser]shujjat[/eluser]
waiting waiting Sad Sad
#12

[eluser]shujjat[/eluser]
please help
#13

[eluser]InsiteFX[/eluser]
And posting like that you will be lucky if you do get an answer, on the weekend there are not that many users on the forums!

1) For full languages you should use utf8_unicode_ci with a default charset =utf8

2) Check your database I'll bet it's using the wrong collation!

3) In MySQL phpMyAdmin select your database then click on the operations tab and see what your collation is set to!
#14

[eluser]shujjat[/eluser]
thanks for your kindness... i am checking for your suggestions
sorry for going that way...
#15

[eluser]shujjat[/eluser]
no sir

not helped
#16

[eluser]InsiteFX[/eluser]
Read This!

Code:
$this->db->query("SET NAMES utf8");
#17

[eluser]shujjat[/eluser]
Thank you so much......... Smile Smile
It solved here....
Once again, thanks




Theme © iAndrew 2016 - Forum software by © MyBB