query('SELECT a.id, w.title AS webinar_title, a.first_name, a.last_name, a.email, a.company, a.how_did_you_hear, 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 First Name Last Name Email Company How did you hear? Consented Registered At Timezone UTM Source UTM Medium UTM Campaign Referrer GCLID FBCLID
No attendees yet.