this is the sql code:
echo "<td>" . $row['newscontent'] . "</td>";
this is the other sql code:`
echo "<td>" . $row['newstitle'] . "</td>";
this is the header:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
This is the result:
i get question marks in the website
I've tried all the solutions but didn't find a solution to my problem