query('SELECT * FROM registrations ORDER BY created_at DESC'); $registrations = $stmt->fetchAll(); ?>
A simple application to manage registrations.