<?php
echo "<h2>Welcome to php Chinese website to learn</h2>";
?>
If the Chinese characters are garbled, you can add a line of this code
header("Content-type:text/html;charset=utf-8");
If the Chinese characters are garbled, you can add a line of this code