
Here if we want to filter data from above table.
First we will use a function which will use to get the data in array formate as following
<?php
function leaders($mysqli)
{
$arr = array();
if($stmt = $mysqli->prepare("SELECT firstname, lastname, pts FROM...