pdo(); $q = trim((string)($_GET['q'] ?? '')); $results = []; if ($q !== '' && $pdo) { $like = '%' . $q . '%'; $sql = '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 :q1 OR teaser_public LIKE :q2 OR description LIKE :q3 OR city LIKE :q4 OR region LIKE :q5 OR zip LIKE :q6) ORDER BY starts_at ASC LIMIT 100'; $stmt = $pdo->prepare($sql); $stmt->execute([ ':q1' => $like, ':q2' => $like, ':q3' => $like, ':q4' => $like, ':q5' => $like, ':q6' => $like, ]); $results = $stmt->fetchAll(PDO::FETCH_ASSOC) ?: []; } ?>

Suche

Events finden

Bitte gib einen Suchbegriff ein.

Ergebnis(se) für „

Keine passenden Events gefunden.

📍

Ort:

Details anzeigen