ajout tp4 cookies et sessions

This commit is contained in:
2026-04-12 17:58:57 +02:00
parent 3c100c0200
commit 045ec81ae2
11 changed files with 261 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
include 'helpers.php';
// view variables
$message = "";
$grid = [0,1,0,1,0,2,2,0,0];
$playerTurn = 1; // 1 or 2
include './views/tictactoe.php';