PHP page encoding issue

PHP page encoding issue 

To display the page utf8  

Must be written on PHP

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

Utf8 coding or browser settings are OK

Guess you like

Origin www.cnblogs.com/newmiracle/p/12330154.html