EPP debugging garbled Solution method

Source: Internet
Author: User
EPP Debug garbled
With PHP Video wrote a piece of garbled, MySQL database garbled is done, but with EPP debugging, the display of Chinese is garbled (I file and so on with UTF8), if you use Firefox browser as long as set UTF-8 can, but EPP debugging do not know where to set


[Email Protected]_connect ("localhost", "root", "") or Die ("Connection error");
mysql_select_db ("Test", $conn);

if ($_post[' submit ']) {
mysql_query ("Set names UTF8");
$sql = "INSERT into message (id,user,title,content,lastdate)".
"Values (' ', ' $_post[user] ', ' $_post[title] ', ' $_post[content] ', now ())";


mysql_query ($sql, $conn);
}
?>




Where "user", "title" and "content" are garbled when debugging with EPP




------Solution--------------------
Your program files are not saved with UTF-8 encoding.
------Solution--------------------
It should be inconsistent coding! ~ ~ You look at the local code! ~~
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.