Hello guys,
I am facing some strange problems working on database!
One is, wrong displaying of characters. When I created a website in my localhost, i can save non-ASCII characters in database and deal as I want with them, but when I moved the site to a live server, those characters are not displaying as expected.
Another problem is, I can insert whatever data using the "INSERT" query, but when it comes to "UPDATE" it doesn't work and no error is being showed. Does the characters has to do with this?
Thanks in advance!
I am facing some strange problems working on database!
One is, wrong displaying of characters. When I created a website in my localhost, i can save non-ASCII characters in database and deal as I want with them, but when I moved the site to a live server, those characters are not displaying as expected.
Another problem is, I can insert whatever data using the "INSERT" query, but when it comes to "UPDATE" it doesn't work and no error is being showed. Does the characters has to do with this?
Thanks in advance!
Comment