I have a script which dumps my entry(blog) into the database everytime i finished typing.
I have a problem with sending asian languages into the database using this php script.
I currently do not have the script with me as my comp is down.
The script uses only simple "insert" statements to add an entry into the database.Can anyone tell me what I should do either at the db end or at the script end to solve the problem?
The asian languages I am having problem with is Chinese(both simplified and traditional).
The encoding I use for browser is UTF-8.