Welcome Guest, Not a member yet? Register   Sign In
Arabic And MySQL
#1

[eluser]Arbtimes[/eluser]
hello
i try to add info to my database

and my data in arabic
but i cant add it Sad
i thing the problem from Character

can any bade help me?
#2

[eluser]InsiteFX[/eluser]
Did you set your database fields to utf-8?
Did you set your database collation to utf8_unicode_ci?

Did you set the database.php config to use utf8_unicode_ci?

Also when creating a new database with phpmyadmin you need to
goto the operations tab and then change the database to use
utf8_unicode_ci

Without seeing any code it is hard to see what is going on!

InsiteFX
#3

[eluser]Arbtimes[/eluser]
my database have this
'ãÎÊÕ Èßá ÇãæÑ ÇáãäÇåÌ æÇáÏÑæÓ ÇáÊÚáíãíÉ Ýí ÌãíÚ ÇÞØÇÑ ÇáæØä ÇáÚÑÈí'

i went my new script use this data
#4

[eluser]Arbtimes[/eluser]
please help me ....!!!!
#5

[eluser]Arbtimes[/eluser]
................!!!!
#6

[eluser]Blaze Boy[/eluser]
Arbtimes : how did you solve that ?
i'm checking all Arabic problems with codeigniter to enhance my application with internationalized controllers.
#7

[eluser]Unknown[/eluser]
Change charset using QSqlDatabase:ConfusedetConnectOptions() during connection establishment to Arabic. Should work.




Theme © iAndrew 2016 - Forum software by © MyBB