In this query, we fetch user_ip as distinct and also order by higher to lower
$sql = " SELECT * FROM visitors GROUP BY user_ip DESC";
0 Comments