Golfier
cytoffin 5 years ago
parent 127dbb71d3
commit a4152cb6d4

@ -1,4 +1,5 @@
<link rel="stylesheet" href="css.css"> <link rel="stylesheet" href="css.css">
<link rel="shortcut icon" type="image/png" href="test.ico"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<h1>Morpion</h1> <h1>Morpion</h1>
<p> <p>
@ -13,7 +14,7 @@ require("MyDB.php");
$db = new MyDB(); $db = new MyDB();
$idpartie = "SJKFHKLDFS"; $idpartie = "SJKFHKLDFS";
$db->query('INSERT INTO partie(Id) VALUES("'.$idpartie.'")'); //$db->query('INSERT INTO partie(Id) VALUES("'.$idpartie.'")');
echo "<h2>Id : $idpartie</h2>" ; echo "<h2>Id : $idpartie</h2>" ;
$colonne=""; $colonne="";

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Loading…
Cancel
Save