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