corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-24 ebbcca0ca9512d4c8d2454240cef35fb303ca2ad
1
2
3
4
5
6
7
8
<body>
    <h1><?= $product["name"] ?></h1>
    <p><?= $product["description"] ?></p>
 
    <p><a href="/products/<?= $product["id"] ?>/edit" >Edit</a></p>
</body>
 
</html>