Search code examples
phpmysqllang

Data can't be saved in my Database when the content is not english


I have a project that I am creating. I can save data in my database if it is written in English but in another language like my native language Tagalog, it won't save. I used PHP and MySql on this project. Here is the structure of my database Database

My code works perfectly fine. I try to input some english words and it worked!


Solution

  • I think you have to change collation to whatever fits your language. Try utf8_general_ci