par
L3oMI » 25 mai 2016, 14:10
Hello,
Tiens au piff , j'espère que tu trouveras ton bonheur. Au choix ( ps: essaie le deuxième "mb_internal_encoding('UTF-8');"

)
-------------------------------
all together
<?php
// ------------------------------------------------------------
header('Content-Type: text/html; charset=UTF-8');
mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
mb_regex_encoding('UTF-8');
// ------------------------------------------------------------
?>