corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-24 e66fc13048b8a04c748c34711629f4a3bd50c71f
commit | author | age
69007c 1 <body>
F 2     <h1>Delete Product</h1>
3
4     <form method="post" action="/products/<?= $product["id"]?>/delete">
5         <p>Delete this product?</p>
6         <button>Yes</button>
7     </form>
8
9     <p><a href="/products/<?= $product["id"] ?>/show" >Cancel</a></p>
10 </body>
11 </html>