We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86d14a commit a740445Copy full SHA for a740445
demo.php
@@ -15,7 +15,7 @@ function demo(\PDO $pdo, string $email): void
15
// ---------- query plan analysis ----------
16
17
$stmt = $pdo->query("SELECT * FROM `ada` WHERE email = ?");
18
- $stmt->execute($email);
+ $stmt->execute([$email]);
19
20
// ---------- in-depth query analysis ----------
21
0 commit comments