";
+ echo "$personne";
+} else {
+ // Rediriger vers la page de saisie si la requête n'est pas POST
+ header("Location: saisirPersonne.php");
+}
+?>
\ No newline at end of file
diff --git a/2A/php/1_tp/scripts/vuePersonnes.php b/2A/php/1_tp/scripts/vuePersonnes.php
new file mode 100644
index 0000000..3ff17b3
--- /dev/null
+++ b/2A/php/1_tp/scripts/vuePersonnes.php
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Vue des Personnes
+
+
+
Liste des Personnes
+
+ {$personne}";
+ }
+ ?>
+
+
+
diff --git a/2A/php/5_tp/.idea/.gitignore b/2A/php/5_tp/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/2A/php/5_tp/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/2A/php/5_tp/.idea/5_tp.iml b/2A/php/5_tp/.idea/5_tp.iml
new file mode 100644
index 0000000..50293e5
--- /dev/null
+++ b/2A/php/5_tp/.idea/5_tp.iml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2A/php/5_tp/.idea/modules.xml b/2A/php/5_tp/.idea/modules.xml
new file mode 100644
index 0000000..215edb8
--- /dev/null
+++ b/2A/php/5_tp/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2A/php/5_tp/.idea/php.xml b/2A/php/5_tp/.idea/php.xml
new file mode 100644
index 0000000..bec88cf
--- /dev/null
+++ b/2A/php/5_tp/.idea/php.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2A/php/5_tp/.idea/vcs.xml b/2A/php/5_tp/.idea/vcs.xml
new file mode 100644
index 0000000..c2365ab
--- /dev/null
+++ b/2A/php/5_tp/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2A/php/5_tp/mvc_PSR4_twig/templates/erreur.html b/2A/php/5_tp/mvc_PSR4_twig/templates/erreur.html
index e0cbf8f..c7d0b63 100644
--- a/2A/php/5_tp/mvc_PSR4_twig/templates/erreur.html
+++ b/2A/php/5_tp/mvc_PSR4_twig/templates/erreur.html
@@ -8,10 +8,6 @@
ERREUR page !!!!!
- {% if dVueEreur is defined %}
- {% for value in dVueEreur %}