I want to insert Unicode string into mySQL. Can PHP support Unicode? Because right now mySQL doesn't support Unicode so I have to use BLOB type instead of VARCHAR type.
Can anybody help me? Please give me an example.
Thanks,
Tuy Le
You have to compile PHP with --enable-mbstring , or if you want automatic conversion upon output, then --enable-mbstr-enc-trans as your ./configure options. -------------------------------------------
"Calculus is just the meaningless manipulation of higher symbols"
-unknown F student
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.