$tip="\n This {$row['softwarename']} pod {$pod_name} has been watched for {$row['monthsmonitored']} months with an overall uptime of {$row['uptime_alltime']}% and a response time average today of {$row['responsetime']}ms was last checked on {$row['date_updated']}. ";
$tip.="On a scale of 100 this pod is a {$row['score']} right now";
echo'<tr><td><a title="'.$tip.'" data-toggle="tooltip" data-placement="bottom" target="_self" href="/go.php?domain='.$row['domain'].'">'.$row['domain'].'</a><span class="text-success" " data-toggle="tooltip" title="This site is SSL/TLS encrypted with a cert that expires: '.$row['sslexpire'].'"> 🔒</span></td>';