Ajout de connexion à la bdd + script SQL + page projets en cours de reflexion

This commit is contained in:
Esteban
2026-05-29 09:15:19 +02:00
parent 1d1eea4968
commit caf9bded6d
8 changed files with 136 additions and 6 deletions
+4 -1
View File
@@ -4,6 +4,9 @@
// Rappel des différentes pages : Acceuil, Projets, Contact
// Rappel des boutons : Connexion, (Si le temps) Panneau Administrateur (Seulement si l'utilisateur est admin)
// Ajout ici d'un démarrage de session : header étant dans toutes les pages
session_start();
?>
@@ -20,7 +23,7 @@
<nav>
<a href="./../index.php">Accueil</a>
<a href="./projets.php">Projets</a>
<a href="./projects.php">Projets</a>
<a href="./contact.php">Contact</a>
<a href="./login.php">Connexion</a>
<!-- Fonctionnalité future changement de thème dark / light et panneau admin -->