I can´t unserstand what is wrong
all site are running with utf-8 and i not have problem with charset
Only during one script
$query=“select from table where id=”
$result_query=mysqli_query($conn, $query);
$sql= “insert into table …”
if (mysqli_num_rows ($result_query)>0){
echo " Já existe" // it means record already exist
}
this Já php writes as J�
but if only write in any div of site <?php echo "Já"?> it writes the word correctly,