I\'m using prepared statement in php
$stmt_players = mysqli_stmt_init($db); if (!mysqli_stmt_prepare($stmt_players, $sql_players)) { echo "Error"