Problem in retrive data

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fares1979
Forum Newbie
Posts: 1
Joined: Sun Nov 09, 2008 2:22 am

Problem in retrive data

Post by fares1979 »

i have a small problem..mysql supports arabic right..when i store data in tables it's alright..everything works fine ?? but when i issue an sql to retrieve data..i get the arabic text as ???? marks..!! i have changed the charset of the tables and of the columns but still the same problem ??

PLZ HELP ME.................
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Problem in retrive data

Post by alex.barylski »

How are you testing the data in the database and then the results from PHP?
Post Reply