-1
Well, I have a query that takes data from a database table and stores it in an array, however, the data in the database has accents.
When I go to print on the screen the data with
<?php echo $array["nome"]; ?>
The presented stays with accentuation errors, where it has accentuation stays with black question marks.
How can I fix this?
Doubt with charset=iso-8859-1 and utf8
– rray