mon texte se transforme en :
"Il y a 4 résultat(s) correspondant à votre recherche" alors que j'ai mis
echo "Il y a $num_rows résultat(s) correspondant à votre recherche\n";echo "Il y a $num_rows résultat(s) correspondant à votre recherche\n";
<?php
header('Content-Type: text/html; charset=UTF-8');
OK mon texte n'a plus de caractètes étrangeswhile($row=mysql_fetch_array($resultat)){
mb_internal_encoding("UTF-8");
echo "".$row['ville']." - ".$row['commentaire']."";
echo "<br />";