html submit button
<input type="submit" value="Submit">
<button type="submit" name="send"></button>
<body>
<div class="contenuto">
<form action="process.php" method="post">
<h1 style="color:#0000CD; text-align:center; font-weight:bold">INFORMAZIONI ARTICOLO</h1></br>
<label>Codice:</label>
<input type="text" name="codice" placeholder="codice articolo" required>
<br>
<label>Descrizione:</label>
<input type="text" name="descrizione" placeholder="descrizione articolo" >
<br>
<label>Fornitore:</label>
<input type="text" name="fornitore" placeholder="fornitore articolo" >
<br>
<label>Prezzo:</label>
<input type="numeric" name="prezzo" placeholder="prezzo(€)" >
<br>
<label>IVA:</label>
<input type="numeric" name="iva" placeholder="IVA(%)" >
<br>
<label>Codice a barre:</label>
<input type="text" name="codicebarre" placeholder="codice a barre" >
<br>
<label>Numero confezioni:</label>
<input type="numeric" name="confezioni" placeholder="numero confezioni" >
<br>
<label>Numero pallet:</label>
<input type="numeric" name="pallet" placeholder="numero pallet" >
<br>
<label>Peso:</label>
<input type="numeric" name="peso" placeholder="peso(Kg)" >
<br>
<label>Altezza:</label>
<input type="numeric" name="altezza" placeholder="altezza(m)" >
<br>
<label>Larghezza:</label>
<input type="numeric" name="larghezza" placeholder="larghezza(m)" >
<br>
<label>Profondità:</label>
<input type="numeric" name="profondità" placeholder="profondità(m)" >
<br>
<label>Validità:</label>
<input type="date" name="validità" placeholder="validità" >
<br>
<button type="submit" name="invia" class="v">INVIA LE INFORMAZIONI</button>
<button type="submit" name="visualizza" class="v">VISUALIZZA ARTICOLI</button>
<label>Elimina articolo:</label>
<input type="text" name="codiceEliminare" placeholder="codice articolo da eliminare">
<button type="submit" name="elimina" class="v">ELIMINA ARTICOLO</button>
<label>Modifica articolo:</label>
<input type="text" name="codiceModificare" placeholder="codice articolo da modificare">
<input type="text" name="codiceNuovo" placeholder="nuovo codice articolo">
<button type="submit" name="modifica" class="v">MODIFICA ARTICOLO</button>
</form>
</div>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us