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 3f7e9c1 commit 9231389Copy full SHA for 9231389
book/from_flat_php_to_symfony2.rst
@@ -113,7 +113,7 @@ is primarily an HTML file that uses a template-like PHP syntax:
113
<ul>
114
<?php foreach ($posts as $post): ?>
115
<li>
116
- <a href="/read?id=<?php echo $post['id'] ?>">
+ <a href="/show.php?id=<?php echo $post['id'] ?>">
117
<?php echo $post['title'] ?>
118
</a>
119
</li>
0 commit comments