This repository has been archived on 2022-10-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
biblio/includes/bdd.php
2019-02-11 10:24:07 +01:00

3 lines
No EOL
157 B
PHP

<?php
// Connexion à la BDD
$bdd = new PDO('mysql:host=localhost;dbname=test', 'root', 'zx8Y5W3Q', array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'));