Linked Questions

29 votes
1 answer
40k views

Possible Duplicate: Save Data in Arabic in MySQL database I have a problem with retrieving Arabic data from MYSQL database using PHP, it appears as question marks "????" in HTML: I have a database ...
CairoCoder's user avatar
  • 3,227
1 vote
1 answer
5k views

I am having problems storing urdu characters in Mysql table. Values from HTML form are stored in tables but when I view in phpmyadmin, it shows weird characters. I have tried ucs2 and utf8 collations ...
Waleed's user avatar
  • 1,210
117 votes
5 answers
122k views

I tried to use UTF-8 and ran into trouble. I have tried so many things; here are the results I have gotten: ???? instead of Asian characters. Even for European text, I got Se?or for Señor. Strange ...
Rick James's user avatar
  • 144k
6 votes
3 answers
13k views

I'm trying to store an Arabic text to the table, I searched a lot but I didn't find a solution that worked for me, so this is what I got: $en = "OK"; $ar = "حسناً"; $link->query("INSERT INTO words ...
PepsiGam3r's user avatar
1 vote
5 answers
3k views

Arabic language not store in mysql/php i'm try to insert this query but it is store ???? ???? ?? ????. INSERT INTO school_name (en_school_name, ar_school_name) VALUES ('some data', 'روضة احمد بنبل') ...
JON's user avatar
  • 1,023
0 votes
4 answers
2k views

i WANT TO store Arabic words in my table of dictionary. i am using a java script code for typing Arabic in a text box. it is working fine. After insertion into table when i get all the records, it ...
Ahsan's user avatar
  • 85
0 votes
2 answers
1k views

I've a django app with a mysql database. We are trying to launch the Arabic version of the website. The current language is English. For some reason when I write something in Arabic through the admin ...
James L.'s user avatar
  • 1,153
0 votes
3 answers
1k views

am trying to use a form that has a textarea and uploads a file , now when the user writes arabic it saves to mysql like this : بسيبيب&#...
test's user avatar
  • 301
2 votes
1 answer
1k views

this might look like a similar issues for utf8 and Arabic language with MySQL database but i searched for result and found none.. my database endocing is set to utf8_general_ci , i had my php paging ...
Hussein's user avatar
  • 97
0 votes
1 answer
1k views

I have Arabic text in my SQL Server. When I run the application I am getting question marks in the front end (ASP.NET MVC application). I have another database with Arabic content. When I switch to ...
Sam's user avatar
  • 63
2 votes
3 answers
658 views

I'm trying to fetch data from database using MySQL, the table has some entries in hindi, I'm looking to filter out those hindi results in google sheets automatically by running SQL queries in google ...
Harshit Agarwal's user avatar
0 votes
1 answer
721 views

I have a problem related to Arabic encoding and storing Arabic in to mysql. i applied all the following steps: set MySQL charset: UTF-8 Unicode (utf8) Set MySQL connection collation: ...
ALBADI's user avatar
  • 345
1 vote
0 answers
691 views

From phpMyAdmin I can see Database Server charset: UTF-8 Unicode (utf8). The collation of all my databases, tables and columns is utf8_unicode_ci. However, it shows my Server connection collation is ...
Shawn's user avatar
  • 2,755
0 votes
1 answer
532 views

My php Web application not supporting Arabic language. I want to add data from a form and display the table in browser. When I type Arabic letters it store some other characters(أخبار أخباØ) ...
Rahana Razak's user avatar
0 votes
0 answers
658 views

I want to save my Arabic language field as encoded format into database. now it showing like تي بتب into that database. I want the format like à´¨àµà´¯àµ‚à´¡à´²àµâ€à´¹à´¿: പാകൠഅധീന à´•...
Alisha's user avatar
  • 1

15 30 50 per page