Welcome to PHP Chinese website to learn";?>"> In site domain name management, after entering the domain name in the browser, it cannot display Chinese but can only display English. Why?-PHP Chinese Network Q&A
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
1120

echo "

Welcome to php Chinese website to learn

";

?>


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
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!