The problem of html nesting php garbled.

HTML and PHP characters are both utf-8,. Why are there garbled codes
clipboard.png

clipboard.png

clipboard.png

?

< meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" >

header ("content-type:text/html;charset=utf-8");
mysql_query ("set names utf-8");

Mar.10,2021

    mysql_query("set names utf8");
    

remove the horizontal line

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33355-40eb9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33355-40eb9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?