I have some problems with identifying special characters in the database. I do the UTF-8 decoding in the database:
ALTER DATABASE biblioteca CHARACTER SET utf8 COLLATE utf8_unicode_ci;
And also in HTML:
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
But the characters still do not work.
Is there any property for decoding by PHP?