connect_error) { die(„❌ Chyba pripojenia: “ . $conn->connect_error); } // Funkcia na načítanie trestov function fetchPunishments($type) { global $conn; $sql = „SELECT name, reason, operator, ban_end FROM Punishments WHERE type=’$type‘ ORDER BY ban_start DESC LIMIT 50“; return $conn->query($sql); } ?> Banlist – Minecraft Server

Banlist – Minecraft Server

„; echo „HráčDôvodAdminVyprší„; if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo „“ . htmlspecialchars($row[„name“]) . „„; echo „“ . htmlspecialchars($row[„reason“]) . „„; echo „“ . htmlspecialchars($row[„operator“]) . „„; echo „“ . (strtotime($row[„ban_end“]) > time() ? date(„d.m.Y H:i“, strtotime($row[„ban_end“])) : „Permanentný / Expired“) . „„; } } else { echo „Žiadne záznamy„; } echo „„; ?>
close(); ?>