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.
2 parents a99983a + 7323209 commit 9fa13e1Copy full SHA for 9fa13e1
exercises/database-read/problem/problem.md
@@ -45,6 +45,6 @@ foreach ($pdo->query('SELECT * FROM users') as $row) {
45
46
You should use prepared statements to perform the updating. You should be most interested in the `prepare` and `execute` methods.
47
48
-Remember the first argument will be the programs file path and not an argument passed to the program.
+Remember the first argument will be the program's file path and not an argument passed to the program.
49
50
----------------------------------------------------------------------
0 commit comments