Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Ma première tentative de MVC en PHP

Emmanuel ROY authored on 13/06/2017 21:55:21
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,9 @@
1
+<?php
2
+session_start();
3
+include("../scriptPHP/cookies.php");
4
+choixInterface($_POST['interface']);
5
+choixGlyph($_POST['polices']);
6
+choixTailleLecture($_POST['tailleLecture']);
7
+header("location: ../index.php?page=preferences")
8
+
9
+?>