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; } ?> <?php echo htmlspecialchars($property['title']); ?> | マナエステート

    $type_images): ?>

お問い合わせ

アクセス

物件情報

価格 種別
土地面積 建物面積
築年月 構造
間取り 所在地

物件備考

この物件に対するお問い合わせ