query(&">
//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'%
Print out the sql statement and conduct an interview in the mysql tool