Welcome to the Web App Summit
The premier event for web application developers and enthusiasts.
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(); } ?>
The premier event for web application developers and enthusiasts.