froms and db
This commit is contained in:
parent
fc3a6fe2a0
commit
a1abfad8d6
6 changed files with 141 additions and 54 deletions
|
@ -54,8 +54,14 @@
|
|||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<button class="rounded bg-gray-300 font-bold px-2 bg-green-500">Update</button>
|
||||
<button class="rounded bg-gray-300 font-bold px-2 bg-red-500">Delete</button>
|
||||
<button type="submit" name="action" value="update"
|
||||
class="rounded bg-gray-300 font-bold px-2 bg-green-500">
|
||||
Update
|
||||
</button>
|
||||
<button type="submit"name="action" value="update"
|
||||
class="rounded bg-gray-300 font-bold px-2 bg-red-500">
|
||||
Delete
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue