progetto fatto precedentemente adattato al framework creato con il corso
filippo.bertilotti
2024-06-11 22b1e1c1c5ac7c48bf6cf2b06237a0e180fd550d
1
2
3
4
5
6
7
<body>
    <h1>New product</h1>
    <form method="post" action="/products/create">
        <?php require "form.php"?>
    </form>
</body>
</hmtl>