query('SELECT id, title, description, icon FROM tasks WHERE status = \'pending\' ORDER BY id DESC'); $tasks = $stmt->fetchAll(); ?>
Select a task from the options below to get started.