CSY2028-assignment-2/templates/category_add.html.php

7 lines
237 B
PHP
Raw Normal View History

2023-02-05 12:30:28 +00:00
<main class="home">
<form method="post" action="/portal/addCategory">
<label>Enter Category Name</label>
<input type="text" name="name"/>
<input type="submit" name="submit" value="Create"/>
</form>
</main>