You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
320 B
15 lines
320 B
<?php
|
|
|
|
require_once('SqliteDb.php');
|
|
require_once('controleur/Controleur.php');
|
|
require_once('controleur/Controleur.php');
|
|
|
|
$db = new SqliteDb();
|
|
|
|
if ($_POST["type"] == 'requete')
|
|
$db->ajouterRequete($_POST['num'],$_POST['consigne'], $_POST['reponse']);
|
|
|
|
//require_once('index.php');
|
|
header("Location: index.php");
|
|
|