Hello,
I have a Database which contains Urdu Unicode Data. When i use PHP to access this database base i just got the question mark instead of data.
In ASP same thing happen but when i use following code i get correct data:
ASP code is :
Server.HTMLEncode(Ors.Fields("data_field")
Can you tell me how i can access my data in PHP without any lose.
Amanat