page de connexion fonctionnelle avec bdd

This commit is contained in:
Pierr0
2024-01-02 17:42:42 +01:00
parent 85c00fde0a
commit 9f245f6578
10 changed files with 161 additions and 21 deletions

View File

@@ -1 +1,4 @@
<h4>BONJOUR VOUS ETES COMPTABLE</h4>
<h4>BONJOUR VOUS ETES <?= strtoupper($_SESSION['uType']) ?></h4>
<?php
var_dump($_SESSION);