master
parent
3354e0e404
commit
81a5cc6050
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
require_once("connexionBD.php");
|
||||
$db = new MyDB();
|
||||
|
||||
|
||||
$db->query('INSERT INTO JOUEUR(nomjoueur) VALUES("AlexLeB")');
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue