No images found. Please import photos to see them here.
query('SELECT * FROM photos ORDER BY created_at DESC'); $images = $stmt->fetchAll(); } catch (PDOException $e) { // Handle DB error $images = []; // You might want to log an error here } ?>
No images found. Please import photos to see them here.