+ 2
How do I input special caracters in my database ?
I have tried "SET NAMES utf8" but it doesn't worked.
2 Respostas
+ 5
You should also set connection charset in php
Like that:
`$mysqli->set_charset("utf8")`
- 1
check the database charset too
I have tried "SET NAMES utf8" but it doesn't worked.