Why does registration fail?
零宇塔时℡คิดถึง
零宇塔时℡คิดถึง 2020-01-02 22:59:20
0
1
1102

//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 "<script>alert('User already exists!');location.href='../login.html';</script>";} 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