query('SELECT a.id, w.title AS webinar_title, a.first_name, a.email, a.consented, a.created_at, a.timezone, a.utm_source, a.utm_medium, a.utm_campaign, a.referrer, a.gclid, a.fbclid FROM attendees a JOIN webinars w ON a.webinar_id = w.id ORDER BY a.created_at DESC'); $attendees = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { die("Could not connect to the database: " . $e->getMessage()); } ?> Admin Board
Logout

Webinar Attendees

ID Webinar Name Email Consented Registered At Timezone UTM Source UTM Medium UTM Campaign Referrer GCLID FBCLID
No attendees yet.