mysql mysql_error mysqli_connect_error 乱码

WBOY
Release: 2016-07-28 08:27:41
Original
1273 people have browsed it

<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>
Copy after login

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
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!