2014-03-18 21:25:52 +01:00
|
|
|
<?php
|
2014-03-18 21:39:30 +01:00
|
|
|
require(dirname(__FILE__) . "/config.php");
|
2014-03-18 21:25:52 +01:00
|
|
|
|
2014-03-18 21:39:30 +01:00
|
|
|
$options[PDO::ATTR_ERRMODE] = PDO::ERRMODE_EXCEPTION;
|
|
|
|
$bdd = new PDO("mysql:host=$hote;port=$port;dbname=$bd", $utilisateur, $mdp, $options);
|
2014-03-18 21:25:52 +01:00
|
|
|
?>
|