I'm using php on the html page to validate a form. When the database retries the text to the page php is not displaying the result with special characters. Where is the error?
Page:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
MYSQL database table:
utf8_unicode_ci
Result of PHP
:
echo "<ul>";
echo "<li>";
echo "<a data-toggle='modal' href='{$link}'>" ;
echo "{$titulo} </a>- {$descricao}";
echo "</li>";
echo "</ul>";