Posts by mtSplinter • 26 points
1 post
-
1
votes1
answer71
viewsA: UTF8 only works in mysql or only on the page
You can specify the document encoding right after starting the tag <?php header("Content-Type: text/html charset='utf-8'"); ?> And right after just include the structure you were already using…