save files
This commit is contained in:
6
php pdo.php
Normal file
6
php pdo.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$connexion = new PDO(
|
||||
'mysql:host=localhost; dbname=nomBDD',
|
||||
'nom_utilisateur',
|
||||
'mot_passe');
|
||||
?>
|
||||
Reference in New Issue
Block a user