- Coses
This commit is contained in:
@@ -16,7 +16,7 @@ $bd = new MiBD();
|
||||
$game = "";
|
||||
if (isset($_GET['game'])) $game = $_GET['game'];
|
||||
|
||||
$query = "SELECT user, points FROM scores WHERE game LIKE '".$game."' ORDER BY points DESC LIMIT 10";
|
||||
$query = "SELECT user, points FROM scores WHERE game LIKE '".$game."' ORDER BY points DESC";
|
||||
$resultado = $bd->query($query);
|
||||
|
||||
$res = "";
|
||||
|
||||
Reference in New Issue
Block a user