Historisation Exemple
Exemple test historisé
This commit is contained in:
10
inscription/includes/identifiants.php
Normal file
10
inscription/includes/identifiants.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
try
|
||||
{
|
||||
$db = new PDO('mysql:host=localhost;dbname=inscription', 'root', '');
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
die('Erreur : ' . $e->getMessage());
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user