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 99c5c08 + 8ed4076 commit 269c6ceCopy full SHA for 269c6ce
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