prepare("DELETE FROM shops WHERE place_id = ?")->execute([$id]); // Usuwamy miejsce $pdo->prepare("DELETE FROM salon_places WHERE id = ?")->execute([$id]); header('Location: ../'); exit;