Part on Forms finished

This commit is contained in:
Patryk Hegenberg 2022-12-19 08:54:06 +01:00
parent 672ef6a949
commit c0aeac2632
6 changed files with 54 additions and 12 deletions

View file

@ -0,0 +1,6 @@
<?php
$heading = 'Create Note';
if($_SERVER['REQUEST_METHOD'] === 'POST'){
dd($_POST);
}
require 'views/note-create.view.php';