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 } ?> <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'Photo App'); ?>

My Photos

  • Photos
  • Favorites
  • Albums

Filters
  • Faces
  • Places
  • Things
Settings
<?php echo htmlspecialchars($image['filename']); ?>

No images found. Please import photos to see them here.