fix
This commit is contained in:
parent
46f6b78040
commit
2708eb8a1f
5 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
Insert Item into DB
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="POST" action="action.php?action=insert">
|
||||
<form method="POST" action="/action.php?action=insert">
|
||||
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
||||
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue