query(&"> Why does registration fail?-PHP Chinese Network Q&A
Why does registration fail?
零宇塔时℡คิดถึง
零宇塔时℡คิดถึง 2020-01-02 22:59:20
0
1
1003

//Connection library$link = new mysqli('localhost', 'root', 'root', 'login');if (!$link) { die("Connection failed: " . mysqli_connect_error()) ;}
$result = $link -> query("SELECT user FROM log WHERE user = "."'$user'");$rs = $result -> fetch_row();if (!empty( $rs)) { echo "";} else { $link = new mysqli( 'localhost', 'root', 'root'%

零宇塔时℡คิดถึง
零宇塔时℡คิดถึง

reply all (1)
lk

Print out the sql statement and conduct an interview in the mysql tool

    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!