6 lines
165 B
PHP
6 lines
165 B
PHP
<h1>Gestion des catégories</h1>
|
|
|
|
<form method="POST">
|
|
<label>Nom : <input type="text" name="nom"></label><br>
|
|
<button type="submit">Ajouter</button>
|
|
</form> |