arabic character not saved in MySQL
-
Hi, I am using INSERT into MySQL database. I am inserting arabic character. The database character set is utf8 and collation is utf8_unicode_ci same with the field article_title. but the title saved in the article_title field is like this ?????????? (just question marks) look at this : http://www.volow.com/bahrain.images/About[^] where is the problem? Thanks, www.volow.com
Technology News @ www.JassimRahma.com
-
Hi, I am using INSERT into MySQL database. I am inserting arabic character. The database character set is utf8 and collation is utf8_unicode_ci same with the field article_title. but the title saved in the article_title field is like this ?????????? (just question marks) look at this : http://www.volow.com/bahrain.images/About[^] where is the problem? Thanks, www.volow.com
Technology News @ www.JassimRahma.com
Have a read of this Stackoverflow - MYSQL save data in arabic[^]
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
Have a read of this Stackoverflow - MYSQL save data in arabic[^]
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
this is what I did but I still have the same problem.. Please Help..
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server utf8
character_set_system utf8
character_sets_dir C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\share\charsets\
collation_connection utf8_general_ci
collation_database utf8_unicode_ci
collation_server utf8_unicode_ci
completion_type 0
concurrent_insert 1
connect_timeout 10and in my connectionstring:
Technology News @ www.JassimRahma.com