0

I'm making a webshop project (thesis) where the php file gets the products information (name, description, picture route, price) from a mysqli database. At home on my pc, everything works fine, but at school the utf8 coding not working (this appears instead of a letter: �) , and it has the same files, and everything. I've searched for the solutions for hours but nothing works.

FekaD
  • 1
  • Note that the UTF-8 charset is called `utf8mb4` in MySQL and MariaDB. You need to set it on column level as well as on the connection level. Most likely you forgot one or both. – Dharman Apr 04 '22 at 12:29

0 Answers0