Can somebody tell how I can prevent duplicate rows from printing queries? I know it's something like this $query ="SELECT DISTINCT ip_address FROM logs";, but I can't get the other fields to print when using this method.
Here's a list of all the fields that I currently have printing out.
$query = "SELECT id, time, ip_address, hostname, referrer FROM logs";