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 99c5c08 commit 8ed4076Copy full SHA for 8ed4076
book/part1.rst
@@ -188,7 +188,7 @@ start with the simplest web application we can think of in PHP::
188
189
$input = $_GET['name'];
190
191
- printf('Hello %s', $_GET['name']);
+ printf('Hello %s', $input);
192
193
That's all for the first part of this series. Next time, we will introduce the
194
HttpFoundation Component and see what it will brings us.
0 commit comments