Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Dec 5, 2023
1 parent f18dcfd commit 399a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ try {
```php
try {
$db->beginTransaction();
$db->prepare("INSERT INTO `users` (`username`, `email`) VALUES ('testuser', '[email protected]')")
$db->prepare("INSERT INTO `users` (`username`, `email`) VALUES (?, ?)")
->bindParam([
'username' => 'testuser',
'email' => '[email protected]'
Expand Down

0 comments on commit 399a1da

Please sign in to comment.