v0.0.3 Made the delete function.

This commit is contained in:
Victor
2021-06-02 09:23:08 +02:00
parent 1bbefdfe08
commit 23a81e1925
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -15,5 +15,7 @@
<input type="text" name="description">
<input type="submit" name="createPost" placeholder="Opret">
</form>
<hr>
<a href="../Backend/controller/deletePost.php?id=1" class="del_btn">Delete</a>
</body>
</html>