Problem I was wondering if my code is safe for sql injection. This code just checks if the username exists […]

Problem Is there any security threat here? $con = mysqli_connect(“***”, “***”, “***”, “***”); mysqli_query($con, “set names ‘utf8′”); $id = $_GET[“id”]; […]