query("SELECT time, title, speaker, description FROM sessions ORDER BY id"); $schedule = $stmt->fetchAll(); // Fetch speakers from the database to create a lookup table for slugs $stmt = $pdo->query("SELECT name, slug FROM speakers"); $speakers = $stmt->fetchAll(PDO::FETCH_KEY_PAIR); } catch (PDOException $e) { $schedule = []; $speakers = []; $db_error = "Database error: " . $e->getMessage(); } ?> Web App Summit

Welcome to the Web App Summit

The premier event for web application developers and enthusiasts.

Event Schedule

The schedule is not available at the moment. Please check back later.

Speaker: