query("SELECT b.id, b.title, b.author_name, b.added_by_user_id, u.username FROM books b LEFT JOIN users u ON b.added_by_user_id = u.id ORDER BY b.created_at DESC LIMIT 5"); $recent_books = $stmt->fetchAll(); ?>
Your personal space to discover, organize, and share books.
Get Started Go to Your Library