'; echo 'Last Git Pull: ' . $row['hgitdate'] . '
'; echo 'Uptime This Month ' . $row['uptime_alltime'] . '
'; echo 'Months Monitored: ' . $row['monthsmonitored'] . '
'; echo 'Response Time: ' . $row['responsetime'] . '
'; echo 'User Rating: ' . $row['userrating'] . '
'; echo 'Server Location: ' . $row['country'] . '
'; echo 'Latitude: ' . $row['lat'] . '
'; echo 'Longitude: ' . $row['long'] . '
'; } } pg_free_result($result); pg_close($dbh);