query("SELECT COUNT(*) AS total_channels FROM canales"); $result = $stmt->fetch(PDO::FETCH_ASSOC); $totalChannels = $result['total_channels']; ?>