prepare('SELECT * FROM properties WHERE id = ?'); $stmt->execute([$_GET['id']]); $property = $stmt->fetch(); if (!$property) { header('Location: ../index.php'); exit; } // 画像の取得 $stmt = $pdo->prepare('SELECT * FROM property_images WHERE property_id = ? ORDER BY display_order'); $stmt->execute([$_GET['id']]); $images = $stmt->fetchAll(); // 画像をタイプ別に分類 $image_groups = [ 'main' => [], 'exterior' => [], 'interior' => [], 'floor_plan' => [], 'other' => [] ]; foreach ($images as $image) { $image_groups[$image['image_type']][] = $image; } ?>
098-943-4096
お問い合わせ