prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$_SESSION['user_id']]); $user = $stmt->fetch(); $platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby'; $stmt = db()->prepare("SELECT * FROM notifications WHERE user_id = ? ORDER BY created_at DESC LIMIT 20"); $stmt->execute([$_SESSION['user_id']]); $notifications = $stmt->fetchAll(); ?> Notifications — <?= htmlspecialchars($platformName) ?>
Log Out

Notifications

Stay up to date with your network's latest updates.

No new notifications

We'll alert you here when something important happens.

Explore the Network