I have a problem with an application in PHP. The problem is that it makes a few records in the database. Where is the problem?
$sql = "INSERT INTO user_list (ip,verified,rank)VALUES ('$ip','$verified','$rank')";
$mysqli->query($sql);
Thank you