나의 맛집 리스트
맛집 추가
query("SELECT * FROM restaurants"); $restaurants = $stmt->fetchAll(PDO::FETCH_ASSOC); if (empty($restaurants)) { echo "
등록된 맛집이 없습니다.
"; } else { foreach ($restaurants as $restaurant): ?>
위치:
평점: /5
상세 보기