php - How to insert UNICODE characters to SQL db? -
I want to create a universal database in which I will keep the data from many countries, so let me write the Unicode charset .
I need some help to figure out what is the best way to work with things and how my questions will be affected (some sql example
thanks
Just put an N infront of the string, memetable value (n "xxx") in some INSTERT and make sure your column type is nvarchar
Comments
Post a Comment