I have this:
<html lang="es">
<meta charset="utf-8">
also in config/database
I have 'charset' => 'utf8'
.
Still I have problems with the accents.
In the local DB tests the problem is working with the DB of the server.
I have this:
<html lang="es">
<meta charset="utf-8">
also in config/database
I have 'charset' => 'utf8'
.
Still I have problems with the accents.
In the local DB tests the problem is working with the DB of the server.
You could use utf8_decode("tu campo con acentos")
to show the values and that you do not get "strange" symbols with the ñ or the accents.