In site domain name management, after entering the domain name in the browser, it cannot display Chinese but can only display English. Why?
zz
zz 2019-04-02 21:20:00
0
1
1175

<?php

echo "<h2>Welcome to php Chinese website to learn</h2>";

?>


zz
zz

reply all(1)
angryTom

If the Chinese characters are garbled, you can add a line of this code

header("Content-type:text/html;charset=utf-8");


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template