Commit entrega 2
This commit is contained in:
parent
01e42279cc
commit
7fc57d4e86
13 changed files with 351 additions and 78 deletions
2
form.php
2
form.php
|
|
@ -1,7 +1,7 @@
|
|||
<form name="filter" method="POST" action="home.php">
|
||||
<div class="w3-container-padding">
|
||||
<div class="w3-third">
|
||||
<input class="w3-input w3-border" type="text" placeholder="Search by name or description.." id="search">
|
||||
<input class="w3-input w3-border" type="text" placeholder="Search by name or description.." id="search" name="search">
|
||||
</div>
|
||||
<div class="w3-third">
|
||||
<select class="w3-select w3-border" id="category" name="category">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue