progetto fatto precedentemente adattato al framework creato con il corso
filippo.bertilotti
2024-06-11 3f3e8c04d559f06de9e5452156d18c40919591a7
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>