Home >Backend Development >PHP Tutorial >mysql mysql_error mysqli_connect_error 乱码

mysql mysql_error mysqli_connect_error 乱码

WBOY
WBOYOriginal
2016-07-28 08:27:411339browse

<span><</span><span>html</span><span>></span><span><</span><span>head</span><span>></span><span><</span><span>meta </span><span>charset</span><span>="utf-8"</span><span>></span><span><</span><span>title</span><span>></</span><span>title</span><span>></span><span></</span><span>head</span><span>></span><span><</span><span>body</span><span>></span><span><?</span><span>php
      
        $con = mysqli_connect("localhost", "root", "root","ehr");
        
        if (!$con) {<br />          //转码
             echo 'Could not connect: ' . iconv('gbk', 'utf-8', mysqli_connect_error());
        }else{
             echo 'Connect:Access ';
        }
        </span><span>?></span><span></</span><span>body</span><span>></span><span></</span><span>html</span><span>></span>

The above introduces the mysql mysql_error mysqli_connect_error garbled code, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn