ajout tp4 cookies et sessions
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user