Files
ExempleWeb/inscription/includes/identifiants.php
DARKNAGAN ba3d8f06f6 Historisation Exemple
Exemple test historisé
2018-10-21 18:37:25 +02:00

11 lines
157 B
PHP

<?php
try
{
$db = new PDO('mysql:host=localhost;dbname=inscription', 'root', '');
}
catch (Exception $e)
{
die('Erreur : ' . $e->getMessage());
}
?>