TheMathWizard/controllers/note-create.php
2022-12-19 08:54:06 +01:00

6 lines
No EOL
130 B
PHP

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