atm. this doesn't error: ``` $stmt = $pdo->query("SELECT * FROM `ada` WHERE email = ?"); $stmt->execute([$email]); ```