pdo(); $q = trim((string)($_GET['q'] ?? '')); $results = []; if ($q !== '' && $pdo) { $like = '%' . $q . '%'; $stmt = $pdo->prepare( 'SELECT id, title, teaser_public, description, city, region, starts_at, visibility, allow_kids, location_label FROM events WHERE starts_at >= NOW() AND status != "cancelled" AND (title LIKE :q OR teaser_public LIKE :q OR description LIKE :q OR city LIKE :q OR region LIKE :q OR zip LIKE :q) ORDER BY starts_at ASC LIMIT 100' ); $stmt->execute(['q' => $like]); $results = $stmt->fetchAll(PDO::FETCH_ASSOC) ?: []; } ?>

Suche

Events finden

Bitte gib einen Suchbegriff ein.

Ergebnis(se) für „

Keine passenden Events gefunden.

📍

Kinder:

Ort:

Details anzeigen