fetch_assoc()):
// Clean image path - remove any 'images/books/' prefix
$imagePath = $row['book_image'];
$imagePath = str_replace('images/books/', '', $imagePath);
// Add cache busting parameter using last modified time
$fullImagePath = __DIR__ . '/../../images/books/' . $imagePath;
$cacheBuster = file_exists($fullImagePath) ? '?v=' . filemtime($fullImagePath) : '';
?>
📚
₹
📚 No books added yet. Add your first book using the form above!