'" . $_SERVER['REMOTE_ADDR'] . "'"; $query = "SELECT `https`, `host`, `page`, `seo_page`, `time`, `ip` FROM view $ip ORDER BY `time` DESC LIMIT 0, $limit"; $result = ExecQuery($query); $limit = $result->num_rows; $table = ""; while($row = $result->fetch_assoc()) { $time = date("c", strtotime($row['time'])); $time_display = date("l jS \of F Y H:i:s", strtotime($row['time'])); $table .= "
| HTTPS | Host | Page | SEO Page | Time | IP Address |
|---|